1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

disable mlas assembly on windows

This commit is contained in:
Abhishek Gola
2026-06-19 15:32:54 +05:30
parent 3f45dab070
commit bc11496dcb
+4
View File
@@ -71,6 +71,10 @@ set(mlas_platform_srcs)
set(OPENCV_DNN_MLAS_ENABLED 0 CACHE INTERNAL "" FORCE)
set(OPENCV_DNN_MLAS_SKIP_REASON "" CACHE INTERNAL "" FORCE)
if(WIN32)
return()
endif()
# Probe ASM language once. check_language(ASM) is a no-op when
# CMAKE_ASM_COMPILER is already set in cache — and the Android NDK toolchain
# pre-sets it for every ABI. So on Android the guard falls through to