-
Notifications
You must be signed in to change notification settings - Fork 230
Is there a clever reason why __floatdisf and __floatundisf are unimplemented? #216
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
Comments
I also need these functions, specifically |
Sure yeah! Currently we mostly just port the implementations from C in the |
Back when I first created this issue I forked the repo and added these two intrinsics using |
Oh we'd love a PR! Right now the tests hopefully cover enough cases to ensure that it's implemented correctly, and otherwise cargo-culting from compiler-rt is par for the course :) |
Improve sqrt/sqrtf if stable intrinsics allow
Looking at the code it seems like they should be really easy - all the functions in this group use a dead-simple macro. Is it just that nobody got around to doing it, or are these functions special somehow (e.g. problems a la rust-lang/rust#10184)?
The text was updated successfully, but these errors were encountered: