Skip to content

Releases: JuliaSIMD/LoopVectorization.jl

v0.6.23

23 Mar 20:02
Compare
Choose a tag to compare

LoopVectorization v0.6.23

Diff since v0.6.22

Closed issues:

  • Weird error: UndefVarError: Module not defined (#79)

v0.6.22

23 Mar 07:02
Compare
Choose a tag to compare

LoopVectorization v0.6.22

Diff since v0.6.21

Closed issues:

  • A simpler DSL? (Pass code literal to avx!) (#74)

Merged pull requests:

  • WIP: support for CartesianIndices (#66) (@timholy)
  • Add a few more docstrings (#70) (@timholy)
  • Add a few convenience utilities (#71) (@timholy)
  • Small tweaks to the devdocs (#72) (@timholy)
  • Preserve names of arrays and iteration variables across generated boundary (#75) (@timholy)

v0.6.21

05 Mar 15:02
Compare
Choose a tag to compare

LoopVectorization v0.6.21

Diff since v0.6.20

Merged pull requests:

v0.6.20

03 Mar 07:02
Compare
Choose a tag to compare

LoopVectorization v0.6.20

Diff since v0.6.19

v0.6.19

02 Mar 02:02
Compare
Choose a tag to compare

LoopVectorization v0.6.19

Diff since v0.6.18

Closed issues:

  • New error (#63)

v0.6.18

01 Mar 22:02
Compare
Choose a tag to compare

LoopVectorization v0.6.18

Diff since v0.6.17

Closed issues:

  • Stack Overflow when adding Bool to Int (#61)
  • Broken rendering in the README? (#62)

v0.6.17

27 Feb 03:02
Compare
Choose a tag to compare

LoopVectorization v0.6.17

Diff since v0.6.16

Closed issues:

  • Error dealing with Bools (#60)
  • Stack Overflow when adding Bool to Int (#61)

v0.6.16

26 Feb 14:02
Compare
Choose a tag to compare

LoopVectorization v0.6.16

Diff since v0.6.15

Closed issues:

  • Error dealing with Bools (#60)

v0.6.15

24 Feb 19:02
Compare
Choose a tag to compare

LoopVectorization v0.6.15

Diff since v0.6.14

Closed issues:

  • Simple vmap throws error (#57)

v0.6.14

24 Feb 06:02
Compare
Choose a tag to compare

LoopVectorization v0.6.14

Diff since v0.6.13

Merged pull requests:

  • Add a missing newline character to the end of the travis.yml file (#59) (@DilumAluthge)