Skip to content

Releases: JuliaSIMD/LoopVectorization.jl

v0.9.6

11 Dec 13:31
Compare
Choose a tag to compare

LoopVectorization v0.9.6

Diff since v0.9.5

Closed issues:

  • precompilation error (#161)

v0.9.5

10 Dec 10:34
Compare
Choose a tag to compare

LoopVectorization v0.9.5

Diff since v0.9.4

v0.9.4

09 Dec 09:45
Compare
Choose a tag to compare

LoopVectorization v0.9.4

Diff since v0.9.3

v0.9.3

07 Dec 15:30
Compare
Choose a tag to compare

LoopVectorization v0.9.3

Diff since v0.9.2

Closed issues:

v0.9.2

06 Dec 08:00
Compare
Choose a tag to compare

LoopVectorization v0.9.2

Diff since v0.9.1

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

30 Nov 22:06
Compare
Choose a tag to compare

LoopVectorization v0.9.1

Diff since v0.9.0

Use ArrayInterface for check args. Try to improve type stability.

v0.9.0

30 Nov 07:05
Compare
Choose a tag to compare

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:

v0.8.26

07 Sep 06:07
Compare
Choose a tag to compare

LoopVectorization v0.8.26

Diff since v0.8.25

Closed issues:

  • no method matching promote_vtype(::Type{SVec{8,Float64}}, ::Type{SVec{4,Float64}}), etc. (#150)
  • Incorrect results when adding @avx (#153)

v0.8.25

31 Aug 08:03
Compare
Choose a tag to compare

LoopVectorization v0.8.25

Diff since v0.8.24

Closed issues:

  • Some avx macro errors (#144)

v0.8.24

16 Aug 00:12
Compare
Choose a tag to compare

LoopVectorization v0.8.24

Diff since v0.8.23