Hermit: Remove floor symbol
This symbol should be provided by Hermit.
This commit is contained in:
parent
5b8f284536
commit
913a566c22
1 changed files with 0 additions and 5 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue