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

Consider providing math functions for targets without them #51238

Closed
jD91mZM2 opened this issue May 31, 2018 · 3 comments
Closed

Consider providing math functions for targets without them #51238

jD91mZM2 opened this issue May 31, 2018 · 3 comments

Comments

@jD91mZM2
Copy link
Contributor

See this stackoverflow post

@shingtaklam1324
Copy link

When you say math functions for targets without them, I am assuming that you mean platforms which LLVM do not have the functions built in. The provider for these functions is typically libm, and AFAIK, there is not a cross platform libm (preferably written in Rust), which can be used in rustc at the moment. There has been library efforts to do this, like @japaric 's m, but not much work recently has occurred on this issue.

@jD91mZM2
Copy link
Contributor Author

Right, thanks for the insight.

@Mark-Simulacrum
Copy link
Member

Closing in favor of #26350.

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

No branches or pull requests

3 participants