Commit 5750e120 by Ian Bolton Committed by Ian Bolton

Define __ARM_NEON for aarch64 by default unless general_regs_only

From-SVN: r208224
parent 84d7e312
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> 2014-02-28 Richard Biener <rguenther@suse.de>
PR target/60280 PR target/60280
......
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
else \ else \
builtin_define ("__AARCH64EL__"); \ builtin_define ("__AARCH64EL__"); \
\ \
if (!TARGET_GENERAL_REGS_ONLY) \
builtin_define ("__ARM_NEON"); \
\
switch (aarch64_cmodel) \ switch (aarch64_cmodel) \
{ \ { \
case AARCH64_CMODEL_TINY: \ case AARCH64_CMODEL_TINY: \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment