Displaying 2 results from an estimated 2 matches for "featurevex".
Did you mean:
  featureset
  
2009 Apr 30
2
[LLVMdev] RFC: AVX Feature Specification
...number
of sub-features which may or may not be available on 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...
2009 Apr 30
0
[LLVMdev] RFC: AVX Feature Specification
...r may not be available on 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
>...