Skip to content

Commit 87a931d

Browse files
authored
Set LoopVectorization lower bound to 0.8.7, as this requires at least… (#10)
* Set LoopVectorization lower bound to 0.8.7, as this requires at least VectorizationBase 0.12.11, which includes (a) a workaround for a bug in Ice Lake OSX systems preventing it from supporting AVX512 even when the CPU does, and (b) a workaround for systems with multiple loaded LLVM libraries by falling back on the original CpuId.jl behavior. * Add VectorizationBase as an explicit dependency, set lower bound to 0.12.9 * Need VectorizationBase 0.12.13.
1 parent a871c13 commit 87a931d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name = "RecursiveFactorization"
22
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
33
authors = ["Yingbo Ma <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
9+
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
910

1011
[compat]
11-
LoopVectorization = "0.7,0.8"
12+
VectorizationBase = "0.12.13"
13+
LoopVectorization = "0.8"
1214
julia = "1.1"
1315

1416
[extras]

0 commit comments

Comments
 (0)