Files
zig/test/cases/compile_errors/muladd_int_vector.zig
2023-06-13 10:45:57 -07:00

10 lines
194 B
Zig

comptime {
_ = @mulAdd(@Vector(1, u32), .{0}, .{0}, .{0});
}
// error
// backend=stage2
// target=native
//
// :2:9: error: expected vector of floats or float type, found '@Vector(1, u32)'