[libc-commits] [libc] [libc][math] Add skip accurate pass option for exp*, log*, and powf functions. (PR #129831)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Thu Mar 6 11:59:23 PST 2025
petrhosek wrote:
I got the numbers for Pico SDK math tests:
| | Before | After |
| --- | --- | --- |
| pico_double_test | 101K | 69K |
| pico_float_test | 69K | 56K |
https://github.com/llvm/llvm-project/pull/129831
More information about the libc-commits
mailing list