HASH: Remove the 2GiB limit for xxh64().
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
ad7f1da604
commit
3f0bd444c8
@ -99,7 +99,7 @@ module hash
|
||||
|
||||
!-------------------------------------------------------------------------------
|
||||
!
|
||||
length = size(input)
|
||||
length = size(input, kind=8)
|
||||
hash = 0_8
|
||||
offset = 1_8
|
||||
remaining = length
|
||||
|
Loading…
x
Reference in New Issue
Block a user