We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55be156 commit 2590e2aCopy full SHA for 2590e2a
core/CMakeLists.txt
@@ -66,7 +66,7 @@ if (GDX_ENABLE_SIMD)
66
set_target_properties(Vc::Vc PROPERTIES
67
INTERFACE_COMPILE_DEFINITIONS "Vc_IMPL=SSE2;Vc_NO_STD_FUNCTIONS"
68
)
69
- elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
+ elseif (CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm|aarch64|ARM|ARM64)$")
70
71
INTERFACE_COMPILE_DEFINITIONS "Vc_IMPL=Scalar;Vc_NO_STD_FUNCTIONS"
72
0 commit comments