Go to file
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
ChangeLog.old Create ChangeLog.old/ChangeLog.30 2025-01-28 18:31:33 +01:00
advisories advisories: Fix up GLIBC-SA-2025-0001 2025-02-13 14:09:44 -05:00
argp Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
assert assert: Add test for CVE-2025-0395 2025-02-13 12:33:27 -05:00
benchtests benchtests: Add random strlen benchmark 2025-03-05 13:30:50 +00:00
bits AArch64: Add vector tanpi routines 2025-01-03 21:39:56 +00:00
catgets Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
conform conform: Do not use __SIG_ATOMIC_TYPE__ 2025-01-03 09:53:53 -03:00
csu elf: Build dl-tls.o with early startup symbol redirections 2025-02-05 09:52:16 +01:00
ctype Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
debug Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dirent Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dlfcn Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
elf elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor 2025-03-11 15:30:52 +01:00
gmon gmon: Disable tst-profile-static with clang 2025-01-13 10:17:42 -03:00
gnulib Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
hesiod Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
htl htl: Make __pthread_create_internal directly call __pthread_sigmask 2025-03-06 02:28:35 +01:00
hurd hurd: Consolidate signal mask change 2025-03-06 02:28:35 +01:00
iconv Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
iconvdata Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
include elf: Merge __dl_libc_freemem into __rtld_libc_freeres 2025-02-02 20:10:09 +01:00
inet nss: Improve network number parsers (bz 32573, 32575) 2025-02-13 16:31:28 -03:00
intl Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
io Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libio libio: Clean up fputc/putc comments 2025-03-03 16:12:03 +01:00
locale Update copyright dates not handled by scripts/update-copyrights 2025-01-01 11:22:09 -08:00
localedata Update copyright dates not handled by scripts/update-copyrights 2025-01-01 11:22:09 -08:00
login Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mach mig_strncpy: ensure destination string is null terminated 2025-02-10 19:44:46 +01:00
malloc malloc: Add integrity check to largebin nextsizes 2025-03-03 18:31:27 -05:00
manual math: Refactor how to use libm-test-ulps 2025-03-12 13:40:07 -03:00
math math: Refactor how to use libm-test-ulps 2025-03-12 13:40:07 -03:00
mathvec Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
misc mlock, mlock2, munlock: Use __attr_access_none macro 2025-01-02 17:58:06 +00:00
nis Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
nptl Makefile: Clean up pthread_atfork integration 2025-03-12 12:37:11 +01:00
nptl_db Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
nscd Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
nss nss: Improve network number parsers (bz 32573, 32575) 2025-02-13 16:31:28 -03:00
po po: update translations (final, only timestamp and line number changes) 2025-01-28 13:47:28 +01:00
posix posix: Move environ helper variables next to environ definition (bug 32541) 2025-03-07 21:40:55 +01:00
resolv Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
resource Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rt Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
scripts Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py 2025-03-07 17:38:38 +00:00
setjmp Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
signal Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
socket socket/tst-cmsghdr: Fix alignment of cmsghdr 2025-01-12 15:57:26 +01:00
soft-fp Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stdio-common Increase the amount of data tested in stdio-common/tst-fwrite-pipe.c 2025-02-24 14:45:55 +01:00
stdlib posix: Move environ helper variables next to environ definition (bug 32541) 2025-03-07 21:40:55 +01:00
string Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sunrpc Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
support support: Add support_next_to_fault_before support function 2025-02-24 14:19:36 +01:00
sysdeps math: Refactor how to use libm-test-ulps 2025-03-12 13:40:07 -03:00
sysvipc Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
termios Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
time Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
timezone Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsmbs Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wctype Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
.b4-config Add .b4-config file 2024-10-21 14:26:42 +01:00
.clang-format Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
.gitattributes
.gitignore
CONTRIBUTED-BY
COPYING
COPYING.LIB
INSTALL INSTALL: update last tested version numbers 2025-01-28 12:31:08 +01:00
LICENSES LICENSES: update CORE-MATH copyright 2025-01-24 23:21:49 +01:00
MAINTAINERS
Makeconfig aarch64: Add GCS tests for dlopen 2025-02-21 16:10:44 +00:00
Makefile Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Makefile.help Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Makefile.in math: Refactor how to use libm-test-ulps 2025-03-12 13:40:07 -03:00
Makerules Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
NEWS Linux: Add the pthread_gettid_np function (bug 27880) 2025-03-12 10:23:35 +01:00
README Remove ia64-linux-gnu 2024-01-08 17:09:36 -03:00
Rules Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
SECURITY.md
SHARED-FILES math: Use tanpif from CORE-MATH 2025-02-12 16:31:57 -03:00
abi-tags
aclocal.m4 Use -finput-charset=ascii only if supported 2024-12-22 12:42:02 +08:00
config.h.in mach: Add CLOCK_MONOTONIC case in clock_gettime() 2025-01-12 22:47:00 +01:00
config.make.in Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717] 2025-03-04 20:08:50 +00:00
configure configure: Fix spelling of -Wl,--no-error-execstack option 2025-03-07 08:07:26 +01:00
configure.ac configure: Fix spelling of -Wl,--no-error-execstack option 2025-03-07 08:07:26 +01:00
extra-lib.mk
gen-locales.mk locale: Handle loading a missing locale twice (Bug 14247) 2024-04-22 16:03:00 -04:00
libc-abis
libof-iterator.mk
o-iterator.mk
shlib-versions
test-skeleton.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
version.h Increase version to 2.41.9000, add new section to NEWS 2025-01-28 18:42:35 +01:00

README

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu and x86_64-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arc*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	loongarch64-*-linux-gnu Hardware floating point, LE only.
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	or1k-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv32-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.