We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d60aa commit 4ab4f1eCopy full SHA for 4ab4f1e
1 file changed
cmake/system_check.cmake
@@ -28,7 +28,7 @@ if(MINGW)
28
execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpmachine
29
OUTPUT_VARIABLE OPENBLAS_MINGW_TARGET_MACHINE
30
OUTPUT_STRIP_TRAILING_WHITESPACE)
31
- if(OPENBLAS_MINGW_TARGET_MACHINE MATCHES "amd64|x86_64|AMD64")
+ if(OPENBLAS_MINGW_TARGET_MACHINE MATCHES "amd64|x86_64|AMD64|aarch64")
32
set(MINGW64 1)
33
endif()
34
0 commit comments