summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-16 22:15:39 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-02-16 22:15:39 +0100
commit77f9d57de4989f5012b1651df6512c4828144d93 (patch)
treeb6d0410896bdb3ec19f13c7ecff5747dcfb6edec /target
parent3f8f308a7f967deedea6771723346ba0cb3002d0 (diff)
rework ARM NEON support
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup.
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.fpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.fpu b/target/config/Config.in.fpu
index 0c3acbade..b3b64bf96 100644
--- a/target/config/Config.in.fpu
+++ b/target/config/Config.in.fpu
@@ -4,7 +4,7 @@
config ADK_TARGET_ARCH_ARM_WITH_NEON
bool "enable NEON SIMD support"
depends on ADK_TARGET_ARCH_ARM && ADK_TARGET_CPU_WITH_NEON
- default y
+ default n
help
Enable support for NEON SIMD CPU extensions.