-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Separate out fdlibm, libm387, libm64 into openlibm #76
Comments
I suspect BSD's "msun" library fits the bill. We should take that and make it build standalone (if it doesn't already). |
Yes, msun from FreeBSD might be the best starting point for openlibm. -viral On Jul 21, 2011, at 1:16 AM, JeffBezanson wrote:
|
I have already created a separate git repo - openlibm for this. When it matures, we can replace the implementation in julia. We do not need an issue here though. |
Implements macro for Base.parse(::BigFloat, s::AbstractString) #74
* help inference by hiding a method and not using Dates.format * fix comment [ci skip]
Remove redundant key/value pairs from config.json
Update sampling.rst
Don't interpret functions that call pointerset (fixed #76)
Create a new repo for openlibm. Also, we need to make libm387, and libm64 build on mac. Then do the testing and solve this libm mess once and for all.
Perhaps, we can get test cases from crlibm:
http://lipforge.ens-lyon.fr/www/crlibm/
The text was updated successfully, but these errors were encountered: