Skip to content

Commit

Permalink
update README on type instabilities, and willingness to hand over LV …
Browse files Browse the repository at this point in the history
…to new maintainers
  • Loading branch information
chriselrod committed Feb 9, 2024
1 parent fa34518 commit 8114a7c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8114a7c

Please sign in to comment.