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 1fe8f97 commit d7ba7acCopy full SHA for d7ba7ac
stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl
@@ -17,7 +17,7 @@ artifact_dir = ""
17
libopenblas_handle = C_NULL
18
libopenblas_path = ""
19
20
-if Sys.WORD_SIZE == 64
+if Base.USE_BLAS64
21
const libsuffix = "64_"
22
else
23
const libsuffix = ""
0 commit comments