From: Peter Michael Green Date: Mon, 7 Oct 2019 23:54:42 +0000 (+0100) Subject: Disable neon until upstream clarifies whether it is behind runtime CPU detection. X-Git-Tag: archive/raspbian/0.1.3-4+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cac322fc12360700ee3def0f55a88f2ac7bc1c1f;p=libsoxr.git Disable neon until upstream clarifies whether it is behind runtime CPU detection. Gbp-Pq: Name disable-neon.patch --- diff --git a/cmake/Modules/FindSIMD32.cmake b/cmake/Modules/FindSIMD32.cmake index 9e42373..dedf725 100644 --- a/cmake/Modules/FindSIMD32.cmake +++ b/cmake/Modules/FindSIMD32.cmake @@ -12,10 +12,10 @@ if (DEFINED SIMD32_C_FLAGS) elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm") set (TRIAL_C_FLAGS # Gcc - "-mfpu=neon-vfpv4 -mcpu=cortex-a7" - "-mfpu=neon -mfloat-abi=hard" - "-mfpu=neon -mfloat-abi=softfp" - "-mfpu=neon -mfloat-abi=soft" + "-mxfpu=neon-vfpv4 -mcpu=cortex-a7" + "-mxfpu=neon -mfloat-abi=hard" + "-mxfpu=neon -mfloat-abi=softfp" + "-mxfpu=neon -mfloat-abi=soft" ) set (TEST_C_SOURCE " #include