1
0
forked from jengelh/xxhash

fix byte diff

OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=18
This commit is contained in:
Dirk Stoecker 2023-03-10 19:33:59 +00:00 committed by Git OBS Bridge
parent 3fa3bbf15d
commit cb18d6a540

View File

@ -8,7 +8,7 @@ Subject: [PATCH] Fix compilation on RHEL 7 ppc64le (gcc 4.8)
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xxhash.h b/xxhash.h
index 08ab794..7850622 100644
index 08ab7945..7850622a 100644
--- a/xxhash.h
+++ b/xxhash.h
@@ -4129,7 +4129,7 @@ XXH3_accumulate_512_vsx( void* XXH_RESTRICT acc,
@ -38,6 +38,3 @@ index 08ab794..7850622 100644
}
}
--
2.39.2