- update to 13.0.0:
* Most xsimd functions are flagged as always_inline
* Fix some xsimd scalar version (abs, bitofsign, signbit,
bitwise_cast, exp10)
* Move from batch_constant<batch<T, A>, Csts...> to
batch_constant<T, A, Csts...>
* Move from batch_bool_constant<batch<T, A>, Csts...> to
batch_bool_constant<T, A, Csts...>
* Provide an as_batch() method (resp. as_batch_bool) method for
batch_constant (resp. batch_bool_constant)
* New architecture emulated<N> for batches of N bits emulated
using scalar operations.
* Remove the version method from all architectures
* Support xsimd::avg and xsimd::avgr vector operation
* Model i8mm arm extension
* Fix dispatching mechanism
OBS-URL: https://build.opensuse.org/request/show/1174805
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xsimd?expand=0&rev=15
* Update readme with a section on adoption, and a section on
the history of the project
* Fix/avx512vnni implementation
* Fix regression on XSIMD_NO_SUPPORTED_ARCHITECTURE
* Use intrinsic instead of generic implementation of ldexp on avx512f
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xsimd?expand=0&rev=11
- update to 11.2.0:
* Provide shuffle operations of floating point batches
* Provide a generic implementation of xsimd::swizzle with
dynamic indices
* Implement rotl, rotr, rotate_left and rotate_right
* Let CMake figure out pkgconfig directories
* Add missing boolean operators in xsimd_api.hpp
* Initial Implementation for the new WASM based instruction set
* Provide a generic version for float to uint32_t conversion
OBS-URL: https://build.opensuse.org/request/show/1128937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xsimd?expand=0&rev=4
* Provide shuffle operations of floating point batches
* Provide a generic implementation of xsimd::swizzle with
dynamic indices
* Implement rotl, rotr, rotate_left and rotate_right
* Let CMake figure out pkgconfig directories
* Add missing boolean operators in xsimd_api.hpp
* Initial Implementation for the new WASM based instruction set
* Provide a generic version for float to uint32_t conversion
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xsimd?expand=0&rev=9
- update to 11.1.0:
* Introduce XSIMD_DEFAULT_ARCH to force default architecture
(if any)
* Remove C++ requirement on xsimd::exp10 scalar implementation
* Improve and test documentation
* Provide a generic reducer
* Fix ``find_package(xsimd)`` for xtl enabled xsimd, reloaded
* Cleanup benchmark code
* Provide avx512f implementation of FMA and variant
* Hexadecimal floating points are not a C++11 feature
* back to slow implementation of exp10 on Windows
* Changed bitwise_cast API
* Provide generic signed /unsigned type conversion
* Fixed sde location
* Feature/incr decr
* Cleanup documentation
OBS-URL: https://build.opensuse.org/request/show/1095661
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xsimd?expand=0&rev=7