make the file build again

This commit is contained in:
Jarred Sumner
2023-11-29 01:02:40 -08:00
parent 4408f80e4d
commit e1c8fb08e5

View File

@@ -222,7 +222,7 @@ pub fn main() anyerror!void {
{
var clock1 = try std.time.Timer.start();
std.mem.doNotOptimizeAway(std.hash.XxHash64.hash(bytes));
std.mem.doNotOptimizeAway(std.hash.XxHash64.hash(0, bytes));
const zig_time = clock1.read();
std.debug.print(
"xxhash:\n\n zig: {any}\n\n",