1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

X86: add RTM to Haswell+ features

This commit is contained in:
Nekotekina 2019-06-20 00:15:55 +03:00
parent 9eac890236
commit e9d729dcca

View File

@ -620,6 +620,7 @@ def ProcessorFeatures {
FeatureINVPCID,
FeatureLZCNT,
FeatureMOVBE,
FeatureRTM,
FeatureFastVariableShuffle];
list<SubtargetFeature> HSWSpecificFeatures = [FeaturePOPCNTFalseDeps,
FeatureLZCNTFalseDeps];