Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jun 27, 2024
1 parent f174568 commit 32d887e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChangeLog
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
Expand Down

0 comments on commit 32d887e

Please sign in to comment.