Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
siphash: Reorder hash state in the struct
If they are ordered v0, v2, v1, v3, the compiler can find just a few simd optimizations itself. The new optimization I could observe on x86-64 was using 128 bit registers for the v = key ^ constant operations in new / reset.
- Loading branch information