compiler-rt: fix tests

This commit is contained in:
Andrew Kelley
2022-06-16 15:14:12 -07:00
parent 453243d9e0
commit bbc6103398
79 changed files with 225 additions and 207 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ comptime {
}
}
fn __floatdidf(a: i64) callconv(.C) f64 {
pub fn __floatdidf(a: i64) callconv(.C) f64 {
return intToFloat(f64, a);
}