glibc/sysdeps/i386/fpu
Adhemerval Zanella 3e8814903c math: Refactor how to use libm-test-ulps
The current approach tracks math maximum supported errors by explicitly
setting them per function and architecture. On newer implementations or
new compiler versions, the file is updated with newer values if it
shows higher results. The idea is to track the maximum known error, to
update the manual with the obtained values.

The constant libm-test-ulps shows little value, where it is usually a
mechanical change done by the maintainer, for past releases it is
usually ignored whether the ulp change resulted from a compiler
regression, and the math tests already have a maximum ulp error that
triggers a regression.

It was shown by a recent update after the new acosf [1] implementation
that is correctly rounded, where the libm-test-ulps was indeed from a
compiler issue.

This patch removes all arch-specific libm-test-ulps, adds system generic
libm-test-ulps where applicable, and changes its semantics. The generic
files now track specific implementation constraints, like if it is
expected to be correctly rounded, or if the system-specific has
different error expectations.

Now multiple libm-test-ulps can be defined, and system-specific
overrides generic implementation.  This is for the case where
arch-specific implementation might show worse precision than generic
implementation, for instance, the cbrtf on i686.

Regressions are only reported if the implementation shows larger errors
than 9 ulps (13 for IBM long double) unless it is overridden by
libm-test-ulps and the maximum error is not printed at the end of tests.
The regen-ulps rule is also removed since it does not make sense to
update the libm-test-ulps automatically.

The manual error table is also removed, Paul Zimmermann and others have
been tracking libm precision with a more comprehensive analysis for some
releases; so link to his work instead.

[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=9cc9f8e11e8fb8f54f1e84d9f024917634a78201
2025-03-12 13:40:07 -03:00
..
Implies
Versions
doasin.c
e_acos.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_acosh.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_acoshl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_acosl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_asin.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atan2.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atan2l.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_atanh.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_atanhl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_exp.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp2.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp2l.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp10.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_exp10l.S
e_exp_data.c Add new exp and exp2 implementations 2018-09-05 16:22:00 +01:00
e_expl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_fmod.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_fmodf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_fmodl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_hypot.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_ilogb.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_ilogbf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_ilogbl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log2.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log2_data.c Add new log2 implementation 2018-09-12 17:36:33 +01:00
e_log2l.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log10.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log10l.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_log_data.c Add new log implementation 2018-09-12 17:33:30 +01:00
e_logl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_pow.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_pow_log_data.c Add new pow implementation 2018-09-19 10:04:51 +01:00
e_powl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
e_remainder.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_remainderf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_remainderl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_scalb.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_scalbf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_scalbl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_sqrt.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
e_sqrtf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
fclrexcpt.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fedisblxcpt.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
feenablxcpt.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fegetenv.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fegetexcept.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fegetmode.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fegetround.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
feholdexcpt.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fesetenv.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fesetexcept.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fesetmode.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fesetround.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
feupdateenv.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fgetexcptflg.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
fraiseexcpt.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fsetexcptflg.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ftestexcept.c Remove dl-procinfo.h 2025-03-05 11:22:09 -03:00
i386-math-asm.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libm-test-ulps math: Refactor how to use libm-test-ulps 2025-03-12 13:40:07 -03:00
math-tests-snan.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
math-tests-trap-force.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
math_err.c Add new exp and exp2 implementations 2018-09-05 16:22:00 +01:00
mpatan.c
mpatan2.c
mpsqrt.c
s_asinh.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_asinhl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_atan.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_atanl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_cbrt.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_cbrtf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_cbrtl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_ceil.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_ceilf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_expm1.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_expm1l.S
s_f32xaddf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_f32xdivf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_f32xmulf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_f32xsubf64.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fdim.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_finite.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_finitef.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_finitel.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_floor.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_floorf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmax.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmaxf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmaxl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fmin.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fminf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_fminl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_frexp.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_frexpf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_frexpl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_isinfl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_llrint.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_llrintf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_llrintl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_log1p.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_log1pl.S x86: Remove .tfloat usage 2022-10-03 14:03:21 -03:00
s_logb.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_logbf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_logbl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_lrint.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_lrintf.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_lrintl.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_nearbyint.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nearbyintf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nearbyintl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nextafterl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nexttoward.c Do not include math-barriers.h in math_private.h. 2018-05-11 15:11:38 +00:00
s_nexttowardf.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_remquo.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_remquof.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_remquol.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rint.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rintf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rintl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalbln.c
s_scalblnf.c
s_scalblnl.c
s_scalbn.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalbnf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_scalbnl.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_significand.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_significandf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_significandl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_trunc.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s_truncf.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
w_exp.c Remove the error handling wrapper from exp and exp2 2018-11-21 09:55:02 +00:00
w_exp2.c Remove the error handling wrapper from exp and exp2 2018-11-21 09:55:02 +00:00
w_exp10_compat.c math: Fix i386 and m68k exp10 on static build (BZ 31775) 2024-05-21 13:44:22 -03:00
w_fmod_compat.c math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) 2024-05-21 13:43:39 -03:00
w_fmodf_compat.c math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) 2024-05-21 13:43:39 -03:00
w_log.c Remove the error handling wrapper from log 2018-11-21 09:56:27 +00:00
w_log2.c Remove the error handling wrapper from log2 2018-11-21 09:57:21 +00:00
w_pow.c Remove the error handling wrapper from pow 2018-11-21 09:58:36 +00:00
w_sqrt.c Add narrowing square root functions 2021-09-10 20:56:22 +00:00
w_sqrt_compat.c Add narrowing square root functions 2021-09-10 20:56:22 +00:00