Change the xxh3 alias to the one with 128 bits.
authorWayne Davison <wayne@opencoder.net>
Mon, 25 May 2020 22:55:44 +0000 (15:55 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 25 May 2020 22:55:44 +0000 (15:55 -0700)
xxhash.diff

index a49a0e19a8c11729648ce705a3c5253b36a1c2eb..6f6b85bba89467485f67c1dcbcb663dd0e9cb139 100644 (file)
@@ -7,7 +7,7 @@ To use this patch, run these commands for a successful build:
     ./configure                         (optional if already run)
     make
 
-based-on: abef92c03767d0c5dc9070eba15805f0f7075e6c
+based-on: 98cddfaf7acc7043aedf293efd96c33c58a7210f
 diff --git a/checksum.c b/checksum.c
 --- a/checksum.c
 +++ b/checksum.c
@@ -30,8 +30,8 @@ diff --git a/checksum.c b/checksum.c
        "checksum", NULL, NULL, 0, 0, {
  #ifdef SUPPORT_XXHASH
 +              { CSUM_XXH3_128, "xxh3-128", NULL },
++              { CSUM_XXH3_128, "xxh3", NULL },
 +              { CSUM_XXH3_64, "xxh3-64", NULL },
-+              { CSUM_XXH3_64, "xxh3", NULL },
                { CSUM_XXH64, "xxh64", NULL },
                { CSUM_XXH64, "xxhash", NULL },
  #endif