-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hermit: Remove floor symbol #107970
Hermit: Remove floor symbol #107970
Conversation
This symbol should be provided by Hermit.
r? @thomcc (rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Doesn't appear to be used anywhere, this is coming from the target's maintainer, and the target is tier3, so LGTM @bors r+ |
Rollup of 7 pull requests Successful merges: - rust-lang#107654 (reword descriptions of the deprecated int modules) - rust-lang#107915 (Add `array::map` benchmarks) - rust-lang#107961 (Avoid copy-pasting the `ilog` panic string in a bunch of places) - rust-lang#107962 (Add a doc note about why `Chain` is not `ExactSizeIterator`) - rust-lang#107966 (Update browser-ui-test version to 0.14.3) - rust-lang#107970 (Hermit: Remove floor symbol) - rust-lang#107973 (Fix unintentional UB in SIMD tests) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
406: Remove math from hermit-sys r=stlankes a=mkroening Related: * #406 * rust-lang/rust#107970 Co-authored-by: Martin Kröning <[email protected]>
654: Provide math.h from hermit-builtins r=stlankes a=mkroening Related: * hermit-os/hermit-rs#406 * rust-lang/rust#107970 Co-authored-by: Martin Kröning <[email protected]>
This symbol should be provided by Hermit.
It was introduced in 2019 (#65167). Since 2020, Hermit provides these math functions on its own (hermit-os/hermit-rs#37). I think forgetting to move this to Hermit was merely an oversight.
Related:
CC: @stlankes