-
Notifications
You must be signed in to change notification settings - Fork 143
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
New PR to sync up with msun #118
Conversation
With this PR, much of the stuff compiles without modification of the upstream sources, but this error has me stumped. Any ideas?
|
b82b211
to
98c74b2
Compare
517001b
to
7bd3db8
Compare
The above error is fixed. The tests are passing 100% on linux, but on os x, we have tons on |
Revert "Fix #35"
Hi @ViralBShah I hope that the |
And added to the tests too - f7a18b5 |
In order to keep this manageable in the long term, we need to import code from msun and openbsd, and make no modifications to it. Ideally we should have our own headers, and maintain any other changes to sources as patches - so that we can frequently stay updated.