| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I am a bit confused by the libc vs musl situation. Which version fits to CPython behavior? Does CPython follow musl implementation? |
Sorry, something went wrong.
|
CPython uses the system's libm, so on most system its probably going to be libc's libm. Meanwhile, the Rust's libm is based on musl's libm. |
Sorry, something went wrong.
Implemnted fma in math module.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
Implemnted fma in math module.
| Back | FazBrowse Home | New Git URL |
There are incompatibilities in the implementation of fma from libc vs musl.
I have added the tests that shows the differences here,