-
while attempting to build this I get the below linking error:
[ 98%] Linking CXX executable SMHasher
/usr/bin/ld: /tmp/SMHasher.NXV2q9.ltrans0.ltrans.o: in function `t1ha0_ia32aes_noavx_test(void …
-
E.g. with SMHasher -> https://github.com/rurban/smhasher
-
Good test esp. for long blocks (Spooky), and the separate byte-wise processing of unaligned rest parts.
https://github.com/hmakholm/smhasher/blob/master/src/LongNeighborTest.md
>This test uses a m…
-
My apologies -- I was unaware of this version of the code, and I have produced a version of SMHasher forked from the google code repo version, with many changes and improvements (like using g-test's f…
-
Hi,
I am working on porting smhasher to Power8/LE (ppc64le) platform. I have done necessary code changes and carried out tests to ensure that there are no regressions on ppc64le. I will create a PR…
-
Sorry to write this directly as I'm an "interested person" having my own hash functions, but recently the claim "xxhash passes all SMHasher tests" became imprecise: I've invented a new Perlin Noise te…
-
```
#!watchflakes
default bit 52: 59618/100000
--- FAIL: TestSmhasherAvalanche (18.52s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
-
https://code.google.com/p/smhasher/
-
https://github.com/demerphq/smhasher/blob/master/doc/FunnyHash64-2.128.128.64.txt
FunnyHash64-2 128 128 64 FAILED 17 of 187 tests. Avalanche: 17-24, OverAll: 187, Sanity: 4-5, TwoBytes: 59,…
-
At lead avalances and seed tests from https://github.com/demerphq/smhasher are failed.