Displaying 2 results from an estimated 2 matches for "x86fma".
Did you mean:
x86_mc
2009 Apr 30
2
[LLVMdev] RFC: AVX Feature Specification
..."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
"Enable AVX instructions",...
2009 Apr 30
0
[LLVMdev] RFC: AVX Feature Specification
..."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
> "Enable AVX instructions&...