mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
Change FastCV hal order
This commit is contained in:
parent
3d0f56b65b
commit
ea14b9efe1
@ -937,6 +937,13 @@ if(HAVE_OPENVX)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(HAVE_FASTCV)
|
||||
ocv_debug_message(STATUS "Enable FastCV acceleration")
|
||||
if(NOT ";${OpenCV_HAL};" MATCHES ";fastcv;")
|
||||
set(OpenCV_HAL "fastcv;${OpenCV_HAL}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(HAVE_KLEIDICV)
|
||||
ocv_debug_message(STATUS "Enable KleidiCV acceleration")
|
||||
if(NOT ";${OpenCV_HAL};" MATCHES ";kleidicv;")
|
||||
@ -965,13 +972,6 @@ if(WITH_HAL_RVV)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(WITH_FASTCV)
|
||||
ocv_debug_message(STATUS "Enable FastCV acceleration")
|
||||
if(NOT ";${OpenCV_HAL};" MATCHES ";fastcv;")
|
||||
set(OpenCV_HAL "fastcv;${OpenCV_HAL}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
foreach(hal ${OpenCV_HAL})
|
||||
if(hal STREQUAL "carotene")
|
||||
if(";${CPU_BASELINE_FINAL};" MATCHES ";NEON;")
|
||||
|
Loading…
Reference in New Issue
Block a user