32-bit fast hash, tidy up murmur3 a bit
authormtklein <mtklein@chromium.org>
Tue, 16 Aug 2016 16:29:57 +0000 (09:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Aug 2016 16:29:57 +0000 (09:29 -0700)
commit2f4114a246e4753ef5dab63a4b40caf0cf7950ac
treec087a71690e0be1caed9403dcb785f9949db6dbb
parentaf68fa11ed61d8a14d9ca15996e2da6ca06795eb
32-bit fast hash, tidy up murmur3 a bit

Nothing too surprising in the new 32-bit x86 hash.  It's about half speed of the 64-bit variant, just as you'd expect.

Using unaligned_load like the others makes the may_alias parts of murmur3 moot.  I've updated some of the terms in the murmur hash to read consistently with the others.

The existing hashes are the same speed and produce the same hashes.  In case this is not obvious, all three hash functions produce different hashes.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2251773002
CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot

Review-Url: https://codereview.chromium.org/2251773002
src/opts/SkChecksum_opts.h