Remove math from hermit-sys#406
Merged
bors[bot] merged 1 commit intohermit-os:masterfrom Feb 14, 2023
Merged
Conversation
This was referenced Feb 12, 2023
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Feb 13, 2023
Hermit: Remove floor symbol This symbol should be provided by Hermit. It was introduced in 2019 (rust-lang#65167). Since 2020, Hermit provides these math functions on its own (hermit-os/hermit-rs#37). I think moving this to Hermit was merely an oversight. Related: * hermit-os/kernel#654 * hermit-os/hermit-rs#406 CC: `@stlankes`
stlankes
approved these changes
Feb 13, 2023
309f9c9 to
3f932f8
Compare
Member
Author
|
bors r=stlankes |
Contributor
|
Build succeeded: |
bors bot
added a commit
to hermit-os/kernel
that referenced
this pull request
Feb 14, 2023
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>
thomcc
pushed a commit
to pgcentralfoundation/postgrestd
that referenced
this pull request
May 31, 2023
Hermit: Remove floor symbol This symbol should be provided by Hermit. It was introduced in 2019 (rust-lang/rust#65167). Since 2020, Hermit provides these math functions on its own (hermit-os/hermit-rs#37). I think moving this to Hermit was merely an oversight. Related: * hermit-os/kernel#654 * hermit-os/hermit-rs#406 CC: `@stlankes`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related: