5 ms·
> because we now know the exact precision requirement for those functions over all 64-bit doubles Do you have a link or something on this?
by dataflow 2mo ago
> because we now know the exact precision requirement for those functions over all 64-bit doubles
Do you have a link or something on this?
- lifthrasiir 2mo agoI'm on a mobile right now so I can't give the exact paper link but you can learn about the CORE-MATH project [1]. [1] https://core-math.gitlabpages.inria.fr/ https://core-math.gitlabpages.inria.fr/
- lioeters 2mo ago> CORE-MATH Mission: provide on-the-shelf high performance open-source mathematical functions with correct rounding that can be integrated into current mathematical libraries (GNU libc, Intel Math Library, AMD Libm, Newlib, OpenLibm, Musl, Apple Libm, llvm-libc, Microsoft libm, CUDA libm, ROCm) That's beautiful. Here's the Git repo with implementation. https://gitlab.inria.fr/core-math/core-math/-/blob/master/README.md https://gitlab.inria.fr/core-math/core-math/-/blob/master/RE...