Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 255181f

Browse files
author
Jiangning Liu
committed
Enable AArch64 NEON by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201385 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 5e8aa01 commit 255181f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/AArch64/AArch64.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include "AArch64Schedule.td"
3939
class ProcNoItin<string Name, list<SubtargetFeature> Features>
4040
: Processor<Name, NoItineraries, Features>;
4141

42-
def : Processor<"generic", GenericItineraries, [FeatureFPARMv8]>;
42+
def : Processor<"generic", GenericItineraries, [FeatureFPARMv8, FeatureNEON]>;
4343

4444
def : ProcNoItin<"cortex-a53", [FeatureFPARMv8,
4545
FeatureNEON,

0 commit comments

Comments
 (0)