[libc-commits] [libc] [libc][math] Implement double precision sin correctly rounded to all rounding modes. (PR #95736)
via libc-commits
libc-commits at lists.llvm.org
Tue Jun 18 04:38:17 PDT 2024
lntue wrote:
> unless I did something wrong, I still get missing inexact exceptions:
>
> ```
> Running worst cases check in --rndn mode...
> Missing inexact exception for x=0x1.005023d32fee5p+1 (y=0x1.d109ad145c88fp-1)
> Missing inexact exception for x=0x1.de85173083242p-20 (y=0x1.de851730820d8p-20)
> Missing inexact exception for x=0x1.8d06555815a2cp+9 (y=0x1.65b10b8443ecep-1)
> Running worst cases check in --rndz mode...
> Missing inexact exception for x=0x1.005023d32fee5p+1 (y=0x1.d109ad145c88ep-1)
> Running worst cases check in --rndu mode...
> Missing inexact exception for x=0x1.005023d32fee5p+1 (y=0x1.d109ad145c88fp-1)
> Running worst cases check in --rndd mode...
> Missing inexact exception for x=0x1.005023d32fee5p+1 (y=0x1.d109ad145c88ep-1)
> ```
Can you apply https://github.com/llvm/llvm-project/pull/95845 to your repo and rerun the cmake + ninja commands?
Thanks,
https://github.com/llvm/llvm-project/pull/95736
More information about the libc-commits
mailing list