wyhash: update to final_version_3 (part 2) (#9452)
parent
8a97fb890f
commit
b996799ccd
|
@ -2,12 +2,12 @@ module hash
|
||||||
|
|
||||||
//#flag -I @VROOT/thirdparty/wyhash
|
//#flag -I @VROOT/thirdparty/wyhash
|
||||||
//#include "wyhash.h"
|
//#include "wyhash.h"
|
||||||
fn C.wyhash(byteptr, u64, u64) u64
|
fn C.wyhash(byteptr, u64, u64, &u64) u64
|
||||||
fn C.wyhash64(u64, u64) u64
|
fn C.wyhash64(u64, u64) u64
|
||||||
|
|
||||||
[inline]
|
[inline]
|
||||||
pub fn wyhash_c(key byteptr, len u64, seed u64) u64 {
|
pub fn wyhash_c(key byteptr, len u64, seed u64) u64 {
|
||||||
return C.wyhash(key, len, seed)
|
return C.wyhash(key, len, seed, C._wyp)
|
||||||
}
|
}
|
||||||
|
|
||||||
[inline]
|
[inline]
|
||||||
|
|
Loading…
Reference in New Issue