Releases: JuliaSIMD/LoopVectorization.jl
Releases · JuliaSIMD/LoopVectorization.jl
v0.9.6
v0.9.5
LoopVectorization v0.9.5
v0.9.4
LoopVectorization v0.9.4
v0.9.3
v0.9.2
LoopVectorization v0.9.2
Closed issues:
- Docs are not deploying (#162)
Merged pull requests:
- Several improvements related to CI and GitHub Actions (#159) (@DilumAluthge)
- Print
versioninfo(; verbose = true)
at the beginning of the test suite (#164) (@DilumAluthge)
v0.9.1
LoopVectorization v0.9.1
Use ArrayInterface for check args. Try to improve type stability.
v0.9.0
LoopVectorization v0.9.0
Add support for Julia 1.6.
Drop support for BitArray{N} where N ≥ 2 and the size of the first axis isn't a multiple of 8. When using BitArrays for CartesianIndexing, pad out the number of rows to be a multiple of 8.
Initial transition to use ArrayInterface.jl; supported features will improve in future releases.
Closed issues:
- Tests do not pass with >= 1.6.0-DEV.674 (#146)
- Exception when vectorizing loop with 3D array access (#156)
Merged pull requests:
- WIP: Minimal Changes for 1.6 support (#157) (@chriselrod)
v0.8.26
LoopVectorization v0.8.26
Closed issues: