File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " VectorizedReduction"
2
2
uuid = " 4ffe575c-65e5-43f4-bc05-e0b500dc3d2c"
3
3
authors = [
" Andrew J. Radcliffe <[email protected] " ]
4
- version = " 0.1.8 "
4
+ version = " 0.1.9 "
5
5
6
6
[deps ]
7
7
LoopVectorization = " bdcacae8-1622-11e9-2a5c-532679323890"
@@ -10,7 +10,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
10
10
[compat ]
11
11
LoopVectorization = " 0.12.108"
12
12
Static = " 0.7, 0.8"
13
- julia = " 1.5"
13
+ julia = " 1.5 - 1.10 "
14
14
15
15
[extras ]
16
16
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 1
1
# VectorizedReduction
2
2
3
+ ## Note: deprecated in Julia 1.11
4
+ See [ the
5
+ announcement] ( https://github.com/JuliaSIMD/LoopVectorization.jl?tab=readme-ov-file#note-looking-for-new-maintainers-otherwise-deprecated-in-julia-111 )
6
+ of ` LoopVectorization.jl ` 's deprecation. This package is little more
7
+ than code generation, thus, I doubt that substantial performance
8
+ advantages could be realized over ` Base ` without
9
+ ` LoopVectorization.jl ` .
10
+
3
11
## Installation
4
12
5
13
``` julia
You can’t perform that action at this time.
0 commit comments