mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 18:05:11 +00:00
parent
d10ec6e70d
commit
4cfea2fbd5
@ -414,14 +414,14 @@ pub const list = list: {
|
||||
"@floatCast",
|
||||
.{
|
||||
.tag = .float_cast,
|
||||
.param_count = 1,
|
||||
.param_count = 2,
|
||||
},
|
||||
},
|
||||
.{
|
||||
"@floatToInt",
|
||||
.{
|
||||
.tag = .float_to_int,
|
||||
.param_count = 1,
|
||||
.param_count = 2,
|
||||
},
|
||||
},
|
||||
.{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user