Adding missing feature to goldmont.

Change-Id: I1ddc619169fae6a56308deef8dae5db3da702cf4
llvm-svn: 314103
This commit is contained in:
Michael Zuckerman 2017-09-25 13:45:31 +00:00
parent 123c599a0f
commit ac1d20dea7
1 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,8 @@ class GoldmontProc<string Name> : ProcessorModel<Name, SLMModel, [
FeatureXSAVEOPT,
FeatureXSAVEC,
FeatureXSAVES,
FeatureCLFLUSHOPT
FeatureCLFLUSHOPT,
FeatureFSGSBase
]>;
def : GoldmontProc<"goldmont">;