mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Enable FeatureFastUAMem for Silvermont processor
Differential Revision: http://llvm-reviews.chandlerc.com/D2982 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203218 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adaa3e5760
commit
177c1ef30d
@ -227,7 +227,7 @@ def : ProcessorModel<"slm", SLMModel, [ProcIntelSLM,
|
||||
FeaturePCLMUL, FeatureAES,
|
||||
FeatureCallRegIndirect,
|
||||
FeaturePRFCHW,
|
||||
FeatureSlowBTMem]>;
|
||||
FeatureSlowBTMem, FeatureFastUAMem]>;
|
||||
// "Arrandale" along with corei3 and corei5
|
||||
def : ProcessorModel<"corei7", SandyBridgeModel,
|
||||
[FeatureSSE42, FeatureCMPXCHG16B, FeatureSlowBTMem,
|
||||
|
Loading…
x
Reference in New Issue
Block a user