mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-25 03:55:25 +00:00
[X86] Add ADX and RDSEED to Skylake processor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244396 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bef8d8f82e
commit
73b16a70f1
@ -398,7 +398,8 @@ class SkylakeProc<string Name> : ProcessorModel<Name, HaswellModel,
|
||||
FeaturePOPCNT, FeatureAES, FeaturePCLMUL, FeatureRDRAND,
|
||||
FeatureF16C, FeatureFSGSBase, FeatureMOVBE, FeatureLZCNT,
|
||||
FeatureBMI, FeatureBMI2, FeatureFMA, FeatureRTM,
|
||||
FeatureHLE, FeatureSlowIncDec, FeatureMPX]>;
|
||||
FeatureHLE, FeatureADX, FeatureRDSEED, FeatureSlowIncDec,
|
||||
FeatureMPX]>;
|
||||
def : SkylakeProc<"skylake">;
|
||||
def : SkylakeProc<"skx">; // Legacy alias.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user