Skip to content

Commit ee15179

Browse files
quic-xuezhaqc-apreetam
authored andcommitted
Enable fastcv by default
1 parent 22f0e70 commit ee15179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ OCV_OPTION(WITH_NDSRVP "Use Andes RVP extension" (NOT CV_DISABLE_OPTIMIZATION)
233233
VISIBLE_IF RISCV)
234234
OCV_OPTION(WITH_HAL_RVV "Use HAL RVV optimizations" (NOT CV_DISABLE_OPTIMIZATION)
235235
VISIBLE_IF RISCV)
236-
OCV_OPTION(WITH_FASTCV "Use Qualcomm FastCV acceleration library for ARM platform" OFF
236+
OCV_OPTION(WITH_FASTCV "Use Qualcomm FastCV acceleration library for ARM platform" (ANDROID AND AARCH64 AND NOT CV_DISABLE_OPTIMIZATION)
237237
VISIBLE_IF ((ARM OR AARCH64) AND (ANDROID OR (UNIX AND NOT APPLE AND NOT IOS AND NOT XROS))))
238238
OCV_OPTION(WITH_CPUFEATURES "Use cpufeatures Android library" ON
239239
VISIBLE_IF ANDROID

0 commit comments

Comments
 (0)