2020-02-27 07:52:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 26 19:47:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 2.2.1
|
|
|
|
Changes
|
|
|
|
* Fix loop bound in AVX rotator
|
|
|
|
* Fix out-of-bounds read in AVX2 square dist kernel
|
|
|
|
* Fix length checks in AVX2 index max kernels
|
|
|
|
* includes: rearrange attributes to simplify macros Whitespace
|
|
|
|
* kernels: fix usage in header comments
|
|
|
|
- Update to version 2.2.0
|
|
|
|
Highlights
|
|
|
|
* Dropped Python 2 build support
|
|
|
|
+ Removed Python six module dependency
|
|
|
|
* Use C11 aligned_alloc whenever possible
|
|
|
|
* Add VOLK version in volk_version.h (included in volk.h)
|
|
|
|
* Improved CMake code
|
|
|
|
* Improved code with lots of refactoring and performance tweaks
|
|
|
|
|
2019-12-23 08:44:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-09-16 09:57:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|