Skip to content

Commit 8114a7c

Browse files
committed
update README on type instabilities, and willingness to hand over LV to new maintainers
1 parent fa34518 commit 8114a7c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@
1212

1313
[![LoopVectorization Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/LoopVectorization)](https://pkgs.genieframework.com?packages=LoopVectorization)
1414

15-
# NOTE: Deprecated for Julia v1.11 and above!
15+
# Note: Often generates type unstable code in Julia 1.10
1616

17-
LoopVectorization only works for Julia 1.3 through 1.10. For 1.11 and newer, it simply uses `@inbounds @fastmath` instead, so it should still get roughly the same answer, but both runtime and compile time performance may change dramatically.
17+
https://github.com/JuliaSIMD/LoopVectorization.jl/issues/526
18+
19+
# NOTE: Looking for new maintainers, otherwise deprecated in Julia 1.11
20+
21+
Without new maintainers for the JuliaSIMD ecosystem, `LoopVectorization.jl` and [JuliaSIMD](https://github.com/JuliaSIMD) will be deprecated for Julia v1.11 and above!
22+
Make a few quality PRs fixing problems, and I will hand over the reigns.
1823

1924
## Installation
2025

0 commit comments

Comments
 (0)