Skip to content

Releases: eschnett/SIMD.jl

v3.7.0

11 Nov 12:34
53c9476
Compare
Choose a tag to compare

SIMD v3.7.0

Diff since v3.6.0

Merged pull requests:

  • fix IEEE compliancy in floating point min/max reductions on LLVM verson that supports it (#130) (@KristofferC)

Closed issues:

  • Support for complex number functions for currently supported types (Ex: real,conj) (#126)
  • reduce(min, Vec) doesn't respect IEEE 754 (#129)
  • Extract array value from a one-hot Vec Bool mask (#132)

v3.6.0

18 Sep 12:12
48a8a4e
Compare
Choose a tag to compare

SIMD v3.6.0

Diff since v3.5.0

Merged pull requests:

  • Define real, imag, conj, angle, and abs2 for Vec{N,<:Real} (#127) (@favba)

Closed issues:

  • @fastmath not applying to additions sometimes (#108)
  • No type promotion for arithmetics of mixed types (#128)

v3.5.0

02 May 21:29
Compare
Choose a tag to compare

v3.4.7

02 May 16:03
Compare
Choose a tag to compare

v3.4.6

07 Nov 13:19
f43725a
Compare
Choose a tag to compare

SIMD v3.4.6

Diff since v3.4.5

Merged pull requests:

  • Fix uneven trailing whitespace in strings (#114) (@c42f)
  • fix some shift operations to agree with Base (and prevent undefined behavior) (#119) (@KristofferC)

Closed issues:

  • vload on Matrix{Float64} (#116)

v3.4.5

11 May 09:24
e2c2eae
Compare
Choose a tag to compare

SIMD v3.4.5

Diff since v3.4.4

Closed issues:

  • any function is slow (#109)

Merged pull requests:

v3.4.4

13 Jan 19:03
6903c1f
Compare
Choose a tag to compare

SIMD v3.4.4

Diff since v3.4.3

Closed issues:

  • Support @fastmath min (#103)

Merged pull requests:

v3.4.3

30 Dec 20:13
75e47c9
Compare
Choose a tag to compare

SIMD v3.4.3

Diff since v3.4.2

Merged pull requests:

v3.4.2

09 Nov 10:42
b69905c
Compare
Choose a tag to compare

SIMD v3.4.2

Diff since v3.4.1

Merged pull requests:

v3.4.1

07 Mar 11:15
c227195
Compare
Choose a tag to compare

SIMD v3.4.1

Diff since v3.4.0

Merged pull requests: