Re: [Qemu-devel] [PATCH 4/4] xxhash: match output against the original xxhash32

2018-11-28 Thread Alex Bennée
Emilio G. Cota writes: > Change the order in which we extract a/b and c/d to > match the output of the upstream xxhash32. > > Tested with: > https://github.com/cota/xxhash/tree/qemu > > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée Tested-by: Alex Bennée > --- > include/qemu/xx

[Qemu-devel] [PATCH 4/4] xxhash: match output against the original xxhash32

2018-11-23 Thread Emilio G. Cota
Change the order in which we extract a/b and c/d to match the output of the upstream xxhash32. Tested with: https://github.com/cota/xxhash/tree/qemu Signed-off-by: Emilio G. Cota --- include/qemu/xxhash.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/qemu