Releases: ti-uni-bielefeld/T-SIMD
Releases · ti-uni-bielefeld/T-SIMD
v31.1.0
Changelog
- Added an overload of the aligned_malloc function with alignment set to NATIVE_SIMD_WIDTH by default
- Added an integrate function
- Fixed description of classes not being visible in the documentation
- Renamed single header from tsimd_sh.H to tsimd.H to make switching between single header version and full version of the library easier
Full Changelog: v31.0.0...v31.1.0
v31.0.0
Changelog
- Organized the files of the project into a more structured directory layout
- Separated T-SIMD from WarpingSIMD and TiltSearch
- WarpingSIMD and TiltSearch can be found in their own repositories at https://github.com/ti-uni-bielefeld/WarpingSIMD and https://github.com/ti-uni-bielefeld/TiltSearch
- Moved the functions and classes in SIMDAlloc.H into the T-SIMD
simd
namespace - Various other bug fixes and improvements
Full Changelog: v30.2.0...v31.0.0
v30.2.0
v30.1.0
Changelog
- The mask argument in
mask_ifelse
andmask_ifelsezero
now also accepts types different from the value arguments, as long as the types still have the same size
Full Changelog: v30.0.0...v30.1.0