Go to the documentation of this file.
   34 #define COMPILE_TEMPLATE_MMXEXT 0 
   35 #define COMPILE_TEMPLATE_SSE2   0 
   36 #define COMPILE_TEMPLATE_SSSE3  0 
   37 #define RENAME(a) a ## _MMX 
   38 #define RENAMEl(a) a ## _mmx 
   42 #if HAVE_MMXEXT_INLINE 
   43 #undef COMPILE_TEMPLATE_SSSE3 
   44 #undef COMPILE_TEMPLATE_SSE2 
   45 #undef COMPILE_TEMPLATE_MMXEXT 
   46 #define COMPILE_TEMPLATE_MMXEXT 1 
   47 #define COMPILE_TEMPLATE_SSE2   0 
   48 #define COMPILE_TEMPLATE_SSSE3  0 
   51 #define RENAME(a) a ## _MMXEXT 
   52 #define RENAMEl(a) a ## _mmxext 
   57 #undef COMPILE_TEMPLATE_MMXEXT 
   58 #undef COMPILE_TEMPLATE_SSE2 
   59 #undef COMPILE_TEMPLATE_SSSE3 
   60 #define COMPILE_TEMPLATE_MMXEXT 0 
   61 #define COMPILE_TEMPLATE_SSE2   1 
   62 #define COMPILE_TEMPLATE_SSSE3  0 
   65 #define RENAME(a) a ## _SSE2 
   66 #define RENAMEl(a) a ## _sse2 
   71 #undef COMPILE_TEMPLATE_MMXEXT 
   72 #undef COMPILE_TEMPLATE_SSE2 
   73 #undef COMPILE_TEMPLATE_SSSE3 
   74 #define COMPILE_TEMPLATE_MMXEXT 0 
   75 #define COMPILE_TEMPLATE_SSE2   1 
   76 #define COMPILE_TEMPLATE_SSSE3  1 
   79 #define RENAME(a) a ## _SSSE3 
   80 #define RENAMEl(a) a ## _sse2 
   94 #if HAVE_MMXEXT_INLINE 
  102 #if HAVE_SSSE3_INLINE