Published March 31, 2023
| Version v0.1.0
Software
Open
mattkretz/vir-simd: vir-simd 0.1.0
Description
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:
- A full implementation of ISO/IEC TS 19570:2018 Programming Languages — Technical Specification for C++ Extensions for Parallelism Section 9 "Data-Parallel Types".
- A mechanism to use the libstdc++ implementation transparently, when available.
- Extensions on top of
stdx::simd:- additional casts
std::bitsetandstdx::simd_maskconversions- bitwise operators for floating-point
simd simdconcepts- micro-benchmarking helper functions specifically for
stdx::simd - a preview of
simdizetype transformation
Files
mattkretz/vir-simd-v0.1.0.zip
Files
(114.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:47f027cbdb4d4be3a16be99e16969680
|
114.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mattkretz/vir-simd/tree/v0.1.0 (URL)