Skip to content

Commit d7ba7ac

Browse files
ViralBShahstaticfloat
authored andcommitted
Use 64-bit BLAS more consistently when Base.USE_BLAS64 is set
1 parent 1fe8f97 commit d7ba7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ artifact_dir = ""
1717
libopenblas_handle = C_NULL
1818
libopenblas_path = ""
1919

20-
if Sys.WORD_SIZE == 64
20+
if Base.USE_BLAS64
2121
const libsuffix = "64_"
2222
else
2323
const libsuffix = ""

0 commit comments

Comments
 (0)