[FFmpeg-cvslog] lavu/cpu: remove old cmov cruft
Hendrik Leppkes
git at videolan.org
Sat Sep 5 17:26:56 CEST 2015
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Sat Sep 5 17:23:28 2015 +0200| [f1b02e6ca88909f428d4a690c47620575853b647] | committer: Hendrik Leppkes
lavu/cpu: remove old cmov cruft
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1b02e6ca88909f428d4a690c47620575853b647
---
libavutil/cpu.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index 471f786..9403eca 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -46,11 +46,7 @@
#define AV_CPU_FLAG_AVXSLOW 0x8000000 ///< AVX supported, but slow when using YMM registers (e.g. Bulldozer)
#define AV_CPU_FLAG_XOP 0x0400 ///< Bulldozer XOP functions
#define AV_CPU_FLAG_FMA4 0x0800 ///< Bulldozer FMA4 functions
-// #if LIBAVUTIL_VERSION_MAJOR <52
-#define AV_CPU_FLAG_CMOV 0x1001000 ///< supports cmov instruction
-// #else
-// #define AV_CPU_FLAG_CMOV 0x1000 ///< supports cmov instruction
-// #endif
+#define AV_CPU_FLAG_CMOV 0x1000 ///< supports cmov instruction
#define AV_CPU_FLAG_AVX2 0x8000 ///< AVX2 functions: requires OS support even if YMM registers aren't used
#define AV_CPU_FLAG_FMA3 0x10000 ///< Haswell FMA3 functions
#define AV_CPU_FLAG_BMI1 0x20000 ///< Bit Manipulation Instruction Set 1
More information about the ffmpeg-cvslog
mailing list