Hermit: Remove floor symbol

This symbol should be provided by Hermit.
This commit is contained in:
Martin Kröning 2023-02-12 23:37:58 +01:00
parent 5b8f284536
commit 913a566c22

View File

@ -72,11 +72,6 @@ pub fn unsupported_err() -> crate::io::Error {
) )
} }
#[no_mangle]
pub extern "C" fn floor(x: f64) -> f64 {
unsafe { intrinsics::floorf64(x) }
}
pub fn abort_internal() -> ! { pub fn abort_internal() -> ! {
unsafe { unsafe {
abi::abort(); abi::abort();