-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.2.0 | ||
v2.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,3 +194,26 @@ VOLK v2.2.0 updates our build tools and adds support functionality to make it ea | |
- Improve performance of generic kernels with complex multiply | ||
- square_dist_scalar_mult: Add SSE version | ||
- Adds NEON versions of cos, sin and tan | ||
|
||
## [2.2.1] - 2020-02-24 | ||
|
||
Hi everyone, | ||
|
||
with VOLK 2.2.0, we introduced another AVX rotator bug which is fixed with this release. | ||
In the process 2 more bugs were identified and fixed. Further, we saw some documentation improvements. | ||
|
||
|
||
### Contributors | ||
|
||
* Clayton Smith <[email protected]> | ||
* Michael Dickens <[email protected]> | ||
|
||
|
||
### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters