Releases: hrabalik/simdee
Releases · hrabalik/simdee
1.0.0
- Add Conanfile
- Add direct constructors #28
- Add strict warnings #29
- Add CI builds, including a MacOS build #30
- Improve test coverage #31
- Optimize division and square root on NEON #32
- General polish
0.4.0
Support for NEON intrinsics, improved CMake support, more integral operations.
0.3.0
Added boolean and fixed-width types.
0.2.0
Integer arithmetic for SSE and AVX. Containers removed.
0.1.0
Initial release, featuring SIMD types and containers. Limited to floating-point operations using SSE and AVX instruction sets.