projects
/
libsoxr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01db2a7
)
Disable neon until upstream clarifies whether it is behind runtime CPU detection.
author
Peter Michael Green
<plugwash@raspbian.org>
Mon, 7 Oct 2019 23:54:42 +0000
(
00:54
+0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Mon, 7 Oct 2019 23:54:42 +0000
(
00:54
+0100)
Gbp-Pq: Name disable-neon.patch
cmake/Modules/FindSIMD32.cmake
patch
|
blob
|
history
diff --git
a/cmake/Modules/FindSIMD32.cmake
b/cmake/Modules/FindSIMD32.cmake
index 9e4237358f60463e05b70442a0d4043b2d8c3bbf..dedf725efe2af3aa1ab915b1a0c1a04af78064a7 100644
(file)
--- 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"
+ "-m
x
fpu=neon-vfpv4 -mcpu=cortex-a7"
+ "-m
x
fpu=neon -mfloat-abi=hard"
+ "-m
x
fpu=neon -mfloat-abi=softfp"
+ "-m
x
fpu=neon -mfloat-abi=soft"
)
set (TEST_C_SOURCE "
#include <arm_neon.h>