Commit 26cb154f authored by Maksim Shabunin's avatar Maksim Shabunin

Fixed NEON detection in Carotene build

parent ca5455c5
...@@ -53,7 +53,7 @@ endif() ...@@ -53,7 +53,7 @@ endif()
set(CAROTENE_NS "carotene_o4t" CACHE STRING "" FORCE) set(CAROTENE_NS "carotene_o4t" CACHE STRING "" FORCE)
function(compile_carotene) function(compile_carotene)
if(ENABLE_NEON) if(";${CPU_BASELINE_FINAL};" MATCHES ";NEON;")
set(WITH_NEON ON) set(WITH_NEON ON)
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment