- Update to version 2.1.0 * The AVX FMA rotator bug is fixed * VOLK offers `volk::vector<>` for C++ to follow RAII * Move towards modern dependencies - CMake 3.8 - Prefer Python3 - We will drop Python2 support in a future release! - Use C++17 `std::filesystem` - This enables VOLK to be built without Boost if available! * more stable CI * lots of bugfixes * more optimized kernels, especially more NEON versions OBS-URL: https://build.opensuse.org/request/show/758850 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=3
22 lines
808 B
Plaintext
22 lines
808 B
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 22 14:26:11 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 2.1.0
|
|
* The AVX FMA rotator bug is fixed
|
|
* VOLK offers `volk::vector<>` for C++ to follow RAII
|
|
* Move towards modern dependencies
|
|
- CMake 3.8
|
|
- Prefer Python3
|
|
- We will drop Python2 support in a future release!
|
|
- Use C++17 `std::filesystem`
|
|
- This enables VOLK to be built without Boost if
|
|
available!
|
|
* more stable CI
|
|
* lots of bugfixes
|
|
* more optimized kernels, especially more NEON versions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 13:28:15 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- First version of standalone VOLK package, version 2.0.0
|