Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 07:38
· 56 commits to master since this release

1.0.2 (2021-12-28)

Bug Fixes

  • Add missing header (154192b)
  • Fixed an issue where std::atomic was being used for template functions that expect a float. (47abae1)

Code Refactoring

  • Replaced the left circular bit shift with std::rotl from my own implementation (e9f8af5)