aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-29 16:09:20 -0500
committerJack Lloyd <[email protected]>2017-01-29 17:32:48 -0500
commit847dd4fca82f71dcf061e5cde4113a85ee1265ae (patch)
tree61797e04d8c8a293a3c2c59aa9823e5ccb51fc88 /src
parent132abc842c502229ab9c898eb72c41160da272e2 (diff)
Add support for Aarch32 NEON flags
configure.py already supports this arch-specific ISA flag syntax.
Diffstat (limited to 'src')
-rw-r--r--src/build-data/cc/gcc.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt
index 08d089d03..ce6cb8364 100644
--- a/src/build-data/cc/gcc.txt
+++ b/src/build-data/cc/gcc.txt
@@ -68,7 +68,10 @@ rdseed -> "-mrdseed"
sha -> "-msha"
altivec -> "-maltivec"
-neon -> ""
+# For Aarch32 -mfpu=neon is required
+# For Aarch64 NEON is enabled by default
+arm32:neon -> "-mfpu=neon"
+arm64:neon -> ""
</isa_flags>
<mach_opt>