Skip to content

Releases: eschnett/SIMD.jl

Correct version number in Project.toml

06 Mar 15:15
Compare
Choose a tag to compare
v2.5.1

Correct version number in Project.toml

Make indexing aware of SubArray memory layout

02 Mar 22:02
dcd617f
Compare
Choose a tag to compare
Merge pull request #44 from tkf/contiguous

Make indexing aware of SubArray memory layout

Support non-temporal stores (that bypass the cache)

01 Mar 16:48
Compare
Choose a tag to compare

Improve performance of integer exponentiation

07 Jan 15:04
Compare
Choose a tag to compare
v2.3.0

Update version to 2.3.0

Propagate @inbounds declarations when indexing

17 Dec 15:58
4ad5d1e
Compare
Choose a tag to compare
Merge pull request #39 from KristofferC/kc/prop_inb

propagate inbounds for getindex

Add gather operation

14 Dec 19:57
062bb2a
Compare
Choose a tag to compare
Merge pull request #37 from tkf/gather

Add gather

Correct version number

24 Oct 18:47
93d69c0
Compare
Choose a tag to compare
v2.0.1

Bump version to 2.0.1

Vec is not a subtype of AbstractArray any more

24 Oct 18:46
4e11208
Compare
Choose a tag to compare

While Vec technically satisfies the AbstractArray interface, it does so quite inefficiently. Removing this will likely prevent performance bugs.

Update package metadata

18 Sep 15:51
Compare
Choose a tag to compare
v1.2.0

Update Travis script

Drop support for Julia 0.6

29 Aug 13:33
ab456c4
Compare
Choose a tag to compare
Merge pull request #33 from miguelraz/testcleanup

Tests cleanup