On 9/13/18 5:19 PM, Timofey Titovets wrote: > From: Timofey Titovets <nefelim4ag@xxxxxxxxx> > > xxh32() - fast on both 32/64-bit platforms > xxh64() - fast only on 64-bit platform > > Create xxhash() which will pickup fastest version > on compile time. > > As result depends on cpu word size, > the main proporse of that - in memory hashing. > > Changes: > v2: > - Create that patch > v3 -> v6: > - Nothing, whole patchset version bump > > Signed-off-by: Timofey Titovets <nefelim4ag@xxxxxxxxx> Reviewed-by: Pavel Tatashin <pavel.tatashin@xxxxxxxxxxxxx>