forked from OSchip/llvm-project
[AArch64] Remove NEON from "generic" CPU target.
We can change this back when NEON support is complete and ready to become enabled by default. llvm-svn: 194152
This commit is contained in:
parent
e427322327
commit
5e45b5f194
|
@ -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