You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pospop 1.4.0
Add CountString() function; like Count8() but for strings.
Add unit test for CountString().
Require go 1.20. Use v1.3.6 if you want to stay on go 1.14.
pospop 1.3.4
Improved tail and runt processing for avx512 kernel; now up to 25%
faster for short inputs.
New unit tests checking for overreads on access to the input.
Fix overread conditions in various kernels.
pospop 1.3.1
Fix possible overflow issues.
Fix clobbered registers for long input arrays.
Fix test case minimisation.
Add a test case to detect this kind of problem.
Put some prefetches back in.
pospop 1.3.0
All new kernels for amd64 avx512 avx2 sse2 and arm64 neon.
General housekeeping.
Test suite can now generate minimal examples for failed test cases.
Expanded bench marks.