Define __ARM_NEON for aarch64 by default unless general_regs_only
From-SVN: r208224
This commit is contained in:
parent
84d7e31285
commit
5750e120d4
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-02-28 Ian Bolton <ian.bolton@arm.com>
|
||||
|
||||
* config/aarch64/aarch64.h: Define __ARM_NEON by default if
|
||||
we are not using general regs only.
|
||||
|
||||
2014-02-28 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR target/60280
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
else \
|
||||
builtin_define ("__AARCH64EL__"); \
|
||||
\
|
||||
if (!TARGET_GENERAL_REGS_ONLY) \
|
||||
builtin_define ("__ARM_NEON"); \
|
||||
\
|
||||
switch (aarch64_cmodel) \
|
||||
{ \
|
||||
case AARCH64_CMODEL_TINY: \
|
||||
|
|
Loading…
Add table
Reference in a new issue