Releases: eschnett/SIMD.jl
Releases · eschnett/SIMD.jl
v3.6.0
v3.5.0
SIMD v3.5.0
v3.4.7
SIMD v3.4.7
v3.4.6
SIMD v3.4.6
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
SIMD v3.4.5
Closed issues:
- any function is slow (#109)
Merged pull requests:
- NFC remove deprecated
Vararg{<:Any}
(#105) (@oscardssmith) - Migrate from SnoopPrecompile to PrecompileTools (#113) (@timholy)
v3.4.4
SIMD v3.4.4
Closed issues:
- Support
@fastmath min
(#103)
Merged pull requests:
- Add
@propagate_inbounds
togetindex
/setindexi!
onVec
(#102) (@Seelengrab) - add fastmath for min and max (#104) (@KristofferC)
v3.4.3
v3.4.2
v3.4.1
v3.4.0
SIMD v3.4.0
Closed issues:
Merged pull requests:
- drop support for Julia 1.5 (#87) (@KristofferC)
- allow reassociation in fp sum and prod (#92) (@KristofferC)