-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
1 parent
f174568
commit 32d887e
Showing
1 changed file
with
3 additions
and
3 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,10 +1,10 @@ | ||
2024-06-25 Kim Walisch <[email protected]> | ||
2024-06-27 Kim Walisch <[email protected]> | ||
|
||
Version 3.0 | ||
|
||
* Replace AVX512BW algorithm by faster AVX512 VPOPCNTDQ algorithm. | ||
* Add ARM SVE algorithm. | ||
* Minor speedup of ARM NEON algorithm. | ||
* Replace AVX512BW algorithm by faster AVX512 VPOPCNTDQ algorithm. | ||
* Add MSVC compiler support ARM NEON popcount algorithm. | ||
* Improve preprocessor checks using __has_include() macro. | ||
* Port tests from AppVeyor to GitHub actions. | ||
* Get rid of unaligned uint64_t memory acceses, this fixes | ||
|