mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
This fixes tests/lib/msun/logarithm_test after compiling the test with
-fno-builtin (D28577). Adding invln10_lo + invln10_10 results in
FE_INEXACT (for all inputs) and the same for the log2l invln2_lo + invln2_hi.
This patch avoids FE_INEXACT (for exact results such as 0) by defining a
constant and using that.
Reviewed By: dim
Differential Revision: https://reviews.freebsd.org/D28786
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| e_lgammal_r.c | ||
| e_powl.c | ||
| e_rem_pio2l.h | ||
| invtrig.c | ||
| invtrig.h | ||
| k_cosl.c | ||
| k_expl.h | ||
| k_sinl.c | ||
| k_tanl.c | ||
| s_erfl.c | ||
| s_exp2l.c | ||
| s_expl.c | ||
| s_logl.c | ||
| s_nanl.c | ||