rust/src/libcore/hash
Ulrik Sverdrup 27c44ce9c3 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.
2015-07-25 12:26:18 +02:00
..
mod.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
sip.rs siphash: Reorder hash state in the struct 2015-07-25 12:26:18 +02:00