REVERT SCUFFED FIX

This commit is contained in:
able 2022-01-05 06:59:42 +00:00
parent 70fb17c36d
commit d8734f6e90

View file

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