mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 04:28:30 +00:00
[AArch64] Remove NEON from "generic" CPU target.
We can change this back when NEON support is complete and ready to become enabled by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4411ba06fc
commit
1b484aba80
@ -36,8 +36,7 @@ def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
|
||||
|
||||
include "AArch64Schedule.td"
|
||||
|
||||
def : Processor<"generic", GenericItineraries,
|
||||
[FeatureFPARMv8, FeatureNEON, FeatureCrypto]>;
|
||||
def : Processor<"generic", GenericItineraries, [FeatureFPARMv8]>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Register File Description
|
||||
|
Loading…
Reference in New Issue
Block a user