Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's faster with both tiny and large buffers and doesn't require disabling any sanitizers. With large buffers the extra speed is from folding four 16-byte chunks in parallel. It is unknown if the MSVC workaround on 32-bit x86 is still needed. I omitted it from this commit. Fixes: #112 Fixes: #122
- Loading branch information