1comptime { 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)'