forked from pool/xsimd
Move install commands into %install section OBS-URL: https://build.opensuse.org/request/show/1157141 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xsimd?expand=0&rev=13
75 lines
2.9 KiB
Plaintext
75 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 12 09:30:22 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Move install commands into %install section
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 17 10:14:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 12.1.1:
|
|
* 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 26 13:53:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 27 15:32:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 3 16:55:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 10.0.0:
|
|
* SVE: Implement scatter/gather
|
|
* SVE: Implement nearbyint and ldexp
|
|
* Use intrinsic instead of generic implementation of ldexp on avx512f
|
|
* SVE: Implement fused operations for all types
|
|
- drop 0001-Only-use-_mm_insert_epi64-on-64-bit-architecture.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 9 10:25:40 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Update to 9.0.1. No changelog.
|
|
- Spec cleanup. Prepare xsimd for the factory submission
|
|
- Add upstream change:
|
|
* 0001-Only-use-_mm_insert_epi64-on-64-bit-architecture.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 17 19:28:30 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
|
|
|
- Update to version 8.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 26 03:51:36 UTC 2021 - Daniel Weatherill <plasteredparrot@gmail.com>
|
|
|
|
- initial build from upstream version 7.4.9
|