Declare CLMUL as a subtarget feature

llvm-svn: 109207
This commit is contained in:
Bruno Cardoso Lopes 2010-07-23 01:22:45 +00:00
parent 09dc24beac
commit d618c8ac64
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ def FeatureSSE4A : SubtargetFeature<"sse4a", "HasSSE4A", "true",
def FeatureAVX : SubtargetFeature<"avx", "HasAVX", "true",
"Enable AVX instructions">;
def FeatureCLMUL : SubtargetFeature<"clmul", "HasCLMUL", "true",
"Enable carry-less multiplication instructions">;
def FeatureFMA3 : SubtargetFeature<"fma3", "HasFMA3", "true",
"Enable three-operand fused multiple-add">;
def FeatureFMA4 : SubtargetFeature<"fma4", "HasFMA4", "true",