stage2+stage1: remove type parameter from bit builtins
Closes #12529 Closes #12511 Closes #6835
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export fn entry(x: f32) u32 {
|
||||
return @popCount(f32, x);
|
||||
return @popCount(x);
|
||||
}
|
||||
|
||||
// error
|
||||
// backend=stage2
|
||||
// target=native
|
||||
//
|
||||
// :2:27: error: expected integer or vector, found 'f32'
|
||||
// :2:22: error: expected integer or vector, found 'f32'
|
||||
|
||||
Reference in New Issue
Block a user