From 8114a7c02f30a5b0544b70f88e52776067efd204 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Fri, 9 Feb 2024 06:57:01 -0500 Subject: [PATCH] update README on type instabilities, and willingness to hand over LV to new maintainers --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 099e903e..404bbac4 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,14 @@ [![LoopVectorization Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/LoopVectorization)](https://pkgs.genieframework.com?packages=LoopVectorization) -# NOTE: Deprecated for Julia v1.11 and above! +# Note: Often generates type unstable code in Julia 1.10 -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. +https://github.com/JuliaSIMD/LoopVectorization.jl/issues/526 + +# NOTE: Looking for new maintainers, otherwise deprecated in Julia 1.11 + +Without new maintainers for the JuliaSIMD ecosystem, `LoopVectorization.jl` and [JuliaSIMD](https://github.com/JuliaSIMD) will be deprecated for Julia v1.11 and above! +Make a few quality PRs fixing problems, and I will hand over the reigns. ## Installation