[libc-commits] [libc] [libc][math] Reduce memory usage for single precision inverse hyperbolic functions for LIBC_MATH_HAS_SMALL_TABLES option. (PR #188110)

via libc-commits libc-commits at lists.llvm.org
Wed Apr 8 12:25:13 PDT 2026


zimmermann6 wrote:

I get an error with asinhf:
```
zimmerma at croissant:~/svn/core-math$ CORE_MATH_CHECK_STD=true LIBM=$L ./check.sh asinhf
Running exhaustive check in --rndn mode...
Missing underflow exception for x=0x1p-149 (y=0x1p-149)
zimmerma at croissant:~/svn/core-math$ CORE_MATH_CHECK_STD=true LIBM=$L ./check.sh hypotf
Running worst cases check in --rndn mode...
Spurious invalid exception for x=inf y=-inf (z=inf)
```


https://github.com/llvm/llvm-project/pull/188110


More information about the libc-commits mailing list