Refactor to hardcode f32 and use @Vector
This commit is contained in:
parent
d53cf2063b
commit
8b8eeb25c9
5 changed files with 566 additions and 288 deletions
|
|
@ -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,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue