mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[X86] Add RDRAND feature to GLM CPU
Summary: I believe this should be supported on GLM since RDSEED is. Reviewers: m_zuckerman, zvi, RKSimon Reviewed By: RKSimon Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D34828 llvm-svn: 307060
This commit is contained in:
parent
8ae1bcfa19
commit
da8c8afca2
@ -451,6 +451,7 @@ class GoldmontProc<string Name> : ProcessorModel<Name, SLMModel, [
|
||||
FeatureLAHFSAHF,
|
||||
FeatureMPX,
|
||||
FeatureSHA,
|
||||
FeatureRDRAND,
|
||||
FeatureRDSEED,
|
||||
FeatureXSAVE,
|
||||
FeatureXSAVEOPT,
|
||||
|
Loading…
Reference in New Issue
Block a user