Commit 87a931d
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
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments