On 20/4/23 17:00, Alex Bennée wrote:
Now we no longer have users for qemu_xxhash7 we can drop an additional multiply and rol and make qemu_xxhash6 the implementation. Adjust the smaller hash functions accordingly.Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- include/qemu/xxhash.h | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>