Merge #1 - AbleOS:main

Update lib.rs
This commit is contained in:
HTGAzureX1212 2021-12-25 14:09:41 +08:00 committed by GitHub
commit d6bca2476e

View file

@ -124,3 +124,13 @@ pub mod math {
pub mod yn;
pub mod ynf;
}
// FIXME: Scuffed
#[no_mangle]
extern "C" fn __truncdfsf2(_x: f64) -> f32 {
0.0
}