mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
compiler-rt: fix tests
This commit is contained in:
@@ -11,7 +11,7 @@ comptime {
|
||||
}
|
||||
}
|
||||
|
||||
fn __floatdidf(a: i64) callconv(.C) f64 {
|
||||
pub fn __floatdidf(a: i64) callconv(.C) f64 {
|
||||
return intToFloat(f64, a);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user