Skip to content

Provide math.h from hermit-builtins - #654

Merged
bors[bot] merged 2 commits into
masterfrom
builtin-math
Feb 14, 2023
Merged

Provide math.h from hermit-builtins#654
bors[bot] merged 2 commits into
masterfrom
builtin-math

Conversation

@mkroening

@mkroeningmkroening commented Feb 12, 2023

Copy link
Copy Markdown
Member

@mkroeningmkroening changed the title builtins: Provide mathProvide math.h from hermit-builtinsFeb 12, 2023
@mkroening
mkroening marked this pull request as ready for review February 12, 2023 22:33
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

Copy link
Copy Markdown
Contributor

I am little bit lost. Why do you move the math symbols?

@mkroening

Copy link
Copy Markdown
MemberAuthor

bors r=stlankes

@bors

borsBot commented Feb 14, 2023

Copy link
Copy Markdown
Contributor

@bors
borsBot merged commit ff52547 into masterFeb 14, 2023
@bors
borsBot deleted the builtin-math branch February 14, 2023 09:45
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`
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mkroening@stlankes