%0 Computer Program
%A Kretz, Matthias
%T vir-simd v0.4.0; v0.4.0
%M GSI-2024-00941
%D 2024
%Z LGPL-3.0 license
%X This project aims to provide a fallback std::experimental::simd (Parallelism TS 2) implementation with additional features. Not every user can rely on GCC 11+ and its standard library to be present on all target systems. Therefore, the header vir/simd.h provides a fallback implementation of the TS specification that only implements the scalar and fixed_size<N> ABI tags. Thus, your code can still compile and run correctly, even if it is missing the performance gains a proper implementation provides.What's Changed since 0.4 Beta 1 MSVC support in https://github.com/mattkretz/vir-simd/pull/14 Make the repo REUSE compliant and add a CI check in https://github.com/mattkretz/vir-simd/pull/36 Full Changelog: https://github.com/mattkretz/vir-simd/compare/v0.3.200...v0.4.0
%K C++ (Other)
%K SIMD (Other)
%K library (Other)
%F PUB:(DE-HGF)33
%9 Software
%R 10.5281/ZENODO.13842247
%U https://repository.gsi.de/record/353558