Merge #1 - AbleOS:main

Update lib.rs
main
HTGAzureX1212 2021-12-25 14:09:41 +08:00 committed by GitHub
commit ad2865a706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

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