OSDN Git Service

2006-10-22 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / i386.h
index 4993a94..bebc91e 100644 (file)
@@ -409,6 +409,8 @@ extern const char *host_detect_local_cpu (int argc, const char **argv);
        builtin_define ("__SSE2__");                            \
       if (TARGET_SSE3)                                         \
        builtin_define ("__SSE3__");                            \
+      if (TARGET_SSSE3)                                                \
+       builtin_define ("__SSSE3__");                           \
       if (TARGET_SSE_MATH && TARGET_SSE)                       \
        builtin_define ("__SSE_MATH__");                        \
       if (TARGET_SSE_MATH && TARGET_SSE2)                      \