Skip to content

Commit

Permalink
[AArch64] Remove NEON from "generic" CPU target.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aemerson committed Nov 6, 2013
1 parent 4411ba0 commit 1b484ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Target/AArch64/AArch64.td
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b484ab

Please sign in to comment.