1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

X86: add RTM to Haswell+ features

This commit is contained in:
Nekotekina 2019-06-20 00:15:55 +03:00
parent ecdf4ca664
commit acc04ce154

View File

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