Refactor to hardcode f32 and use @Vector

This commit is contained in:
Alex Selimov 2026-08-02 15:51:09 -04:00
parent d53cf2063b
commit 8b8eeb25c9
5 changed files with 566 additions and 288 deletions

View file

@ -8,7 +8,7 @@ pub fn build(b: *std.Build) void {
const unit_tests = b.addTest(.{
.root_module = b.createModule(.{
.root_source_file = b.path("./main.zig"),
.root_source_file = b.path("./src/main.zig"),
.target = target,
.optimize = optimize,
}),