Hermit: Remove floor symbol
This symbol should be provided by Hermit.
This commit is contained in:
parent
5b8f284536
commit
913a566c22
@ -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() -> ! {
|
||||
unsafe {
|
||||
abi::abort();
|
||||
|
Loading…
x
Reference in New Issue
Block a user