mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
[ARM] Enable FeatureMP for Cortex-A5 by default.
Patch by Oliver Stannard. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -179,7 +179,7 @@ def ProcA5 : SubtargetFeature<"a5", "ARMProcFamily", "CortexA5",
|
||||
"Cortex-A5 ARM processors",
|
||||
[FeatureSlowFPBrcc, FeatureHasSlowFPVMLx,
|
||||
FeatureVMLxForwarding, FeatureT2XtPk,
|
||||
FeatureTrustZone]>;
|
||||
FeatureTrustZone, FeatureMP]>;
|
||||
def ProcA7 : SubtargetFeature<"a7", "ARMProcFamily", "CortexA7",
|
||||
"Cortex-A7 ARM processors",
|
||||
[FeatureSlowFPBrcc, FeatureHasSlowFPVMLx,
|
||||
|
Reference in New Issue
Block a user