diff dsputil.h @ 2388:55a72627a2c5 libavcodec

x86 cpu capabilities detection rewrite / cleanup
author michael
date Mon, 13 Dec 2004 16:11:38 +0000
parents 23e7af611c34
children db2cf6005d19
line wrap: on
line diff
--- a/dsputil.h	Mon Dec 13 11:41:59 2004 +0000
+++ b/dsputil.h	Mon Dec 13 16:11:38 2004 +0000
@@ -408,6 +408,7 @@
 #define MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */
 #define MM_SSE    0x0008 /* SSE functions */
 #define MM_SSE2   0x0010 /* PIV SSE2 functions */
+#define MM_3DNOWEXT  0x0020 /* AMD 3DNowExt */
 
 extern int mm_flags;