Skip to content

Releases: mattkretz/vir-simd

vir-simd 0.3.1

03 Nov 08:49
Compare
Choose a tag to compare

This is a bugfix release.

What's Changed

Full Changelog: v0.3.0...v0.3.1

vir-simd 0.3.0

30 Oct 15:31
Compare
Choose a tag to compare

Features

Features from Vc are finally coming back to stdx::simd (or rather vir-simd)...

  • type vectorization meta-function (vir::simdize, similar to Vc::simdize)
  • (de)interleave optimizations for efficient AoS (array of struct) access

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

vir-simd 0.2.0

03 May 14:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

vir-simd 0.1.0

31 Mar 14:07
Compare
Choose a tag to compare

This is the first release of vir-simd, a header-only library to make the use of std::experimental::simd from the Parallelism TS 2 easier.

This release contains: