diff dsputil.h @ 4311:f9325f2bc762 libavcodec

Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
author gpoirier
date Mon, 18 Dec 2006 22:43:09 +0000
parents de525a2b41db
children d3e389536b0a
line wrap: on
line diff
--- a/dsputil.h	Mon Dec 18 19:27:28 2006 +0000
+++ b/dsputil.h	Mon Dec 18 22:43:09 2006 +0000
@@ -484,6 +484,7 @@
 #define MM_SSE2   0x0010 /* PIV SSE2 functions */
 #define MM_3DNOWEXT  0x0020 /* AMD 3DNowExt */
 #define MM_SSE3   0x0040 /* Prescott SSE3 functions */
+#define MM_SSSE3  0x0080 /* Conroe SSSE3 functions */
 
 extern int mm_flags;