Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 07:05

LoopVectorization v0.9.0

Diff since v0.8.26

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: