Displaying 2 results from an estimated 2 matches for "x86vex".
Did you mean:
x86reg
2009 Apr 30
2
[LLVMdev] RFC: AVX Feature Specification
...various implementations.
So right now I've done this:
def FeatureYMM : SubtargetFeature<"ymm", "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 Feat...
2009 Apr 30
0
[LLVMdev] RFC: AVX Feature Specification
...t;
> So right now I've done this:
>
> def FeatureYMM : SubtargetFeature<"ymm", "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"&...