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)