mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
[AArch64] Adjust the feature set for Exynos M1.
Enable zero cycle zeroing. llvm-svn: 279648
This commit is contained in:
parent
08f56c4db3
commit
903b947a0b
@ -225,7 +225,8 @@ def ProcExynosM1 : SubtargetFeature<"exynosm1", "ARMProcFamily", "ExynosM1",
|
||||
FeatureNEON,
|
||||
FeaturePerfMon,
|
||||
FeaturePostRAScheduler,
|
||||
FeatureUseRSqrt
|
||||
FeatureUseRSqrt,
|
||||
FeatureZCZeroing
|
||||
]>;
|
||||
|
||||
def ProcKryo : SubtargetFeature<"kryo", "ARMProcFamily", "Kryo",
|
||||
|
Loading…
x
Reference in New Issue
Block a user