tangled
alpha
login
or
join now
altagos.dev
/
rayray
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
updated deps
altagos.dev
1 year ago
98b990b0
5169d71a
+3
-3
2 changed files
expand all
collapse all
unified
split
build.zig.zon
libs
zmath
src
benchmark.zig
+2
-2
build.zig.zon
···
12
12
.hash = "12209a07e35e58e69838fd66b68a13ee2b1fbf999e6242acdec0d7354be1324aef76",
13
13
},
14
14
.zigimg = .{
15
15
-
.url = "git+https://github.com/altagos/zigimg#cf13eae690b9c042d08feb4f0446661cf7c0ccc4",
16
16
-
.hash = "1220dcdd3df49d5b3cdbf279efee2a5bfbea1bb05065a569650b0688de269108e562",
15
15
+
.url = "git+https://github.com/altagos/zigimg#5b5d718159c6ec223a54c9bb960690576e5df9c2",
16
16
+
.hash = "122040d9cc905342547e1e9da227a7f16fae5e7ae23134cb62aaef64c5b2c4f58828",
17
17
},
18
18
},
19
19
.paths = .{
+1
-1
libs/zmath/src/benchmark.zig
···
67
67
const Timer = time.Timer;
68
68
const zm = @import("zmath");
69
69
70
70
-
var prng = std.rand.DefaultPrng.init(0);
70
70
+
var prng = std.Random.DefaultPrng.init(0);
71
71
const random = prng.random();
72
72
73
73
noinline fn mat4MulBenchmark(allocator: std.mem.Allocator, comptime count: comptime_int) !void {