fix build errors
This commit is contained in:
parent
ee94a462f8
commit
fb04697e84
|
@ -9,6 +9,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn floor(x: f32) -> f32 {
|
pub extern "C" fn floorf(x: f32) -> f32 {
|
||||||
libm::floorf(x)
|
libm::floorf(x)
|
||||||
}
|
}
|
Loading…
Reference in a new issue