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 <mkroening@posteo.net>
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 <mkroening@posteo.net>
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