[libc-commits] [libc] [libc][math] Implement cbrtf function correctly rounded to all rounding modes. (PR #97936)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 8 01:45:50 PDT 2024
zimmermann6 wrote:
all tests pass with the CORE-MATH test suite:
```
Running exhaustive check in --rndn mode...
all ok
Running exhaustive check in --rndz mode...
all ok
Running exhaustive check in --rndu mode...
all ok
Running exhaustive check in --rndd mode...
all ok
```
https://github.com/llvm/llvm-project/pull/97936
More information about the libc-commits
mailing list