File tree 4 files changed +179
-169
lines changed
4 files changed +179
-169
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ version = "0.22.23"
7
7
CRlibm_jll = " 4e9b3aee-d8a1-5a3d-ad8b-7d824db253f0"
8
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
9
MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
10
+ OpenBLASConsistentFPCSR_jll = " 6cdc7f73-28fd-5e50-80fb-958a8875b1af"
10
11
RoundingEmulator = " 5eaf0fd0-dfba-4ccb-bf02-d820a40db705"
11
12
12
13
[weakdeps ]
@@ -28,6 +29,7 @@ ForwardDiff = "0.10"
28
29
IntervalSets = " 0.7"
29
30
LinearAlgebra = " 1.9"
30
31
MacroTools = " 0.5"
32
+ OpenBLASConsistentFPCSR_jll = " 0.3.29"
31
33
RecipesBase = " 1"
32
34
RoundingEmulator = " 0.2"
33
35
julia = " 1.9"
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ include("symbols.jl")
38
38
#
39
39
40
40
import LinearAlgebra
41
+ import OpenBLASConsistentFPCSR_jll # 32-bit systems are not supported
41
42
42
43
include (" matmul.jl" )
43
44
You can’t perform that action at this time.
0 commit comments