Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
muladd_int_vector.zig
pretty
plain
permalink
blame
history
•
7 lines
•
159 B
1
comptime {
2
_ = @mulAdd(@Vector(1, u32), .{0}, .{0}, .{0});
3
}
4
5
// error
6
//
7
// :2:9: error: expected vector of floats or float type, found '@Vector(1, u32)'