1 2 3 4 5 6 7
comptime { _ = @mulAdd(@Vector(1, u32), .{0}, .{0}, .{0}); } // error // // :2:9: error: expected vector of floats or float type, found '@Vector(1, u32)'