From 96a59cf37b080080b7e45dd57828b40a7a2bbfe7 Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Mon, 26 Sep 2011 14:44:47 -0700 Subject: x86: XOP/FMA4 CPU detection support --- libavutil/cpu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/cpu.c') diff --git a/libavutil/cpu.c b/libavutil/cpu.c index baa7922daa..25895d6d5d 100644 --- a/libavutil/cpu.c +++ b/libavutil/cpu.c @@ -60,6 +60,8 @@ static const struct { { AV_CPU_FLAG_SSE4, "sse4.1" }, { AV_CPU_FLAG_SSE42, "sse4.2" }, { AV_CPU_FLAG_AVX, "avx" }, + { AV_CPU_FLAG_XOP, "xop" }, + { AV_CPU_FLAG_FMA4, "fma4" }, { AV_CPU_FLAG_3DNOW, "3dnow" }, { AV_CPU_FLAG_3DNOWEXT, "3dnowext" }, #endif -- cgit v1.2.3