Skip to content

Commit

Permalink
Fixed NEON detection in Carotene build
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Nov 26, 2018
1 parent b6a4477 commit fb6929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/carotene/hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ endif()
set(CAROTENE_NS "carotene_o4t" CACHE STRING "" FORCE)

function(compile_carotene)
if(ENABLE_NEON)
if(";${CPU_BASELINE_FINAL};" MATCHES ";NEON;")
set(WITH_NEON ON)
endif()

Expand Down

0 comments on commit fb6929a

Please sign in to comment.