Skip to content
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

Export more libm functions as #[no_mangle]. #519

Merged

Conversation

kevinaboos
Copy link
Member

Adds the following function wrappers:

  • ceil
  • floor
  • ceilf
  • floorf
  • trunc
  • truncf

Adds the following function wrappers:
* `ceil`
* `floor`
* `ceilf`
* `floorf`
* `trunc`
* `truncf`
@kevinaboos
Copy link
Member Author

Necessary because of rust-lang/libm#258

@kevinaboos kevinaboos merged commit 486df20 into theseus-os:theseus_main May 12, 2022
@kevinaboos kevinaboos deleted the no_mangle_libm_functions branch May 12, 2022 16:11
github-actions bot pushed a commit that referenced this pull request May 12, 2022
Adds the following function wrappers:
* `ceil`
* `floor`
* `ceilf`
* `floorf`
* `trunc`
* `truncf` 486df20
Sign up for free to 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.

1 participant