Update lib.rs
This commit is contained in:
parent
1e9c8015ca
commit
d95eedc292
10
src/lib.rs
10
src/lib.rs
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue