From 77f9d57de4989f5012b1651df6512c4828144d93 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 16 Feb 2016 22:15:39 +0100 Subject: 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. --- target/config/Config.in.fpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') 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. -- cgit v1.2.3