Adding missing feature to goldmont.
Change-Id: I1ddc619169fae6a56308deef8dae5db3da702cf4 llvm-svn: 314103
This commit is contained in:
parent
123c599a0f
commit
ac1d20dea7
|
|
@ -476,7 +476,8 @@ class GoldmontProc<string Name> : ProcessorModel<Name, SLMModel, [
|
|||
FeatureXSAVEOPT,
|
||||
FeatureXSAVEC,
|
||||
FeatureXSAVES,
|
||||
FeatureCLFLUSHOPT
|
||||
FeatureCLFLUSHOPT,
|
||||
FeatureFSGSBase
|
||||
]>;
|
||||
def : GoldmontProc<"goldmont">;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue