Skip to content

Commit 913a566

Browse files
committed
Hermit: Remove floor symbol
This symbol should be provided by Hermit.
1 parent 5b8f284 commit 913a566

File tree

1 file changed

+0
-5
lines changed
  • library/std/src/sys/hermit

1 file changed

+0
-5
lines changed

library/std/src/sys/hermit/mod.rs

-5
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ pub fn unsupported_err() -> crate::io::Error {
7272
)
7373
}
7474

75-
#[no_mangle]
76-
pub extern "C" fn floor(x: f64) -> f64 {
77-
unsafe { intrinsics::floorf64(x) }
78-
}
79-
8075
pub fn abort_internal() -> ! {
8176
unsafe {
8277
abi::abort();

0 commit comments

Comments
 (0)