mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Enable AArch64 NEON by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201385 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e8aa01449
commit
255181f2b8
@ -39,7 +39,7 @@ include "AArch64Schedule.td"
|
||||
class ProcNoItin<string Name, list<SubtargetFeature> Features>
|
||||
: Processor<Name, NoItineraries, Features>;
|
||||
|
||||
def : Processor<"generic", GenericItineraries, [FeatureFPARMv8]>;
|
||||
def : Processor<"generic", GenericItineraries, [FeatureFPARMv8, FeatureNEON]>;
|
||||
|
||||
def : ProcNoItin<"cortex-a53", [FeatureFPARMv8,
|
||||
FeatureNEON,
|
||||
|
Loading…
Reference in New Issue
Block a user