-
Notifications
You must be signed in to change notification settings - Fork 232
Add pow functions #82
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
Conversation
2a949d3
to
38271f6
Compare
Squashed everything but will need rebase after #84. |
☔ The latest upstream changes (presumably 89ebc46) made this pull request unmergeable. Please resolve the merge conflicts. |
Rebased. Should be mergable now. |
Can't review right now so I'm just going to pass this homu for testing. @homunkulus try |
☀️ Test successful - status-appveyor, status-travis |
LGTM. We should also stop compiling the compiler-rt implementations of these in build.rs. I'm actually surprised this PR didn't generate an error due to duplicate symbols ... perhaps, the related test I added is not working properly. |
@homunkulus try |
to avoid duplicate symbols
@homunkulus r+ |
📌 Commit ff7e3ba has been approved by |
Add pow functions I still want to clean up the commit history, but otherwise I think this is complete. ~~Can you run the tests on it?~~
☀️ Test successful - status-appveyor, status-travis |
I still want to clean up the commit history, but otherwise I think this is complete.
Can you run the tests on it?