We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a4477 commit fb6929aCopy full SHA for fb6929a
3rdparty/carotene/hal/CMakeLists.txt
@@ -53,7 +53,7 @@ endif()
53
set(CAROTENE_NS "carotene_o4t" CACHE STRING "" FORCE)
54
55
function(compile_carotene)
56
- if(ENABLE_NEON)
+ if(";${CPU_BASELINE_FINAL};" MATCHES ";NEON;")
57
set(WITH_NEON ON)
58
endif()
59
0 commit comments