Inline xxHash3
This commit is contained in:
parent
7b8c7d15be
commit
fd21646c83
1419
src/Standart.Hash.xxHash/__inline__xxHash3.cs
Normal file
1419
src/Standart.Hash.xxHash/__inline__xxHash3.cs
Normal file
File diff suppressed because it is too large
Load Diff
@ -90,7 +90,9 @@ namespace Standart.Hash.xxHash
|
||||
fixed (byte* secret = &XXH3_SECRET[0])
|
||||
{
|
||||
// Use inlined version
|
||||
return XXH3_64bits_internal(input, len, seed, secret, XXH3_SECRET_DEFAULT_SIZE);
|
||||
// return XXH3_64bits_internal(input, len, seed, secret, XXH3_SECRET_DEFAULT_SIZE);
|
||||
|
||||
return __inline__XXH3_64bits_internal(input, len, seed, secret, XXH3_SECRET_DEFAULT_SIZE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user