Displaying 2 results from an estimated 2 matches for "featurefma".
Did you mean:
featurea
2009 Apr 30
2
[LLVMdev] RFC: AVX Feature Specification
..."X86YMM", "true", // Cray
"Enable YMM state">;
def FeatureVEX : SubtargetFeature<"vex", "X86VEX", "true", // Cray
"Enable VEX prefix">;
def FeatureFMA : SubtargetFeature<"fma", "X86FMA", "true", // Cray
"Enable fused multiply-add">;
def FeatureAVX : SubtargetFeature<"avx", "X86AVX", "true", // Cray...
2009 Apr 30
0
[LLVMdev] RFC: AVX Feature Specification
...;, "true", // Cray
> "Enable YMM state">;
> def FeatureVEX : SubtargetFeature<"vex", "X86VEX", "true", // Cray
> "Enable VEX prefix">;
> def FeatureFMA : SubtargetFeature<"fma", "X86FMA", "true", // Cray
> "Enable fused multiply-add">;
> def FeatureAVX : SubtargetFeature<"avx", "X86AVX", "true", // Cray
>...