[llvm-commits] [125952] Add SSSSE3 support as a feature.

bwendlin at apple.com bwendlin at apple.com
Tue Apr 10 15:10:29 PDT 2007


Revision: 125952
Author:   bwendlin
Date:     2007-04-10 15:10:29 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
Add SSSSE3 support as a feature.

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/config/i386/i386.h

Modified: apple-local/branches/llvm/gcc/config/i386/i386.h
===================================================================
--- apple-local/branches/llvm/gcc/config/i386/i386.h	2007-04-10 21:43:39 UTC (rev 125951)
+++ apple-local/branches/llvm/gcc/config/i386/i386.h	2007-04-10 22:10:29 UTC (rev 125952)
@@ -4038,6 +4038,7 @@
     if (TARGET_SSE)   F.AddFeature("sse");                    \
     if (TARGET_SSE2)  F.AddFeature("sse2");                   \
     if (TARGET_SSE3)  F.AddFeature("sse3");                   \
+    if (TARGET_SSSE3) F.AddFeature("ssse3");                  \
     if (TARGET_3DNOW) F.AddFeature("3dnow");                  \
     if (TARGET_3DNOW_A) F.AddFeature("3dnowa");               \
   }





More information about the llvm-commits mailing list