glibc/sysdeps/unix/sysv/linux/x86_64
Joseph Myers bb014f50c4 Implement C23 logp1
C23 adds various <math.h> function families originally defined in TS
18661-4.  Add the logp1 functions (aliases for log1p functions - the
name is intended to be more consistent with the new log2p1 and
log10p1, where clearly it would have been very confusing to name those
functions log21p and log101p).  As aliases rather than new functions,
the content of this patch is somewhat different from those actually
adding new functions.

Tests are shared with log1p, so this patch *does* mechanically update
all affected libm-test-ulps files to expect the same errors for both
functions.

The vector versions of log1p on aarch64 and x86_64 are *not* updated
to have logp1 aliases (and thus there are no corresponding header,
tests, abilist or ulps changes for vector functions either).  It would
be reasonable for such vector aliases and corresponding changes to
other files to be made separately.  For now, the log1p tests instead
avoid testing logp1 in the vector case (a Makefile change is needed to
avoid problems with grep, used in generating the .c files for vector
function tests, matching more than one ALL_RM_TEST line in a file
testing multiple functions with the same inputs, when it assumes that
the .inc file only has a single such line).

Tested for x86_64 and x86, and with build-many-glibcs.py.
2024-06-17 13:47:09 +00:00
..
64 Implement C23 logp1 2024-06-17 13:47:09 +00:00
include/asm x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers 2024-02-29 04:30:01 -08:00
x32 Implement C23 logp1 2024-06-17 13:47:09 +00:00
Implies
Makefile x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers 2024-02-29 04:30:01 -08:00
Versions
____longjmp_chk.S x86: Fixup some nits in longjmp asm implementation 2024-01-05 18:00:38 -08:00
__start_context.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
allocate-shadow-stack.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
allocate-shadow-stack.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clone.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
clone3.S Remove the clone3 symbol from libc.a [BZ #31770] 2024-05-21 07:05:08 -07:00
configure configure: Use autoconf 2.71 2023-07-17 10:08:10 -04:00
configure.ac
dl-cet.h x86-64/cet: Make CET feature check specific to Linux/x86 2024-01-11 20:35:24 -08:00
dl-plt-rewrite.h x86-64: Check if mprotect works before rewriting PLT 2024-01-15 06:59:23 -08:00
dl-procinfo.c
dl-procinfo.h
get-cpuid-feature-leaf.c x86-64/cet: Make CET feature check specific to Linux/x86 2024-01-11 20:35:24 -08:00
getcontext.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
kernel-features.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ldd-rewrite.sed
libc_sigaction.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libmvec.abilist
makecontext.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pointer_guard.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
setcontext.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigaltstack-offsets.sym
sigcontextinfo.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
single-thread.h
swapcontext.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
syscall.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
syscalls.list
sysdep.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sysdep.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-cet-property-1.c x86: Move CET infrastructure to x86_64 2024-01-09 13:55:51 -03:00
tst-cet-property-2.c x86: Move CET infrastructure to x86_64 2024-01-09 13:55:51 -03:00
tst-cet-property-dep-2.S x86: Move CET infrastructure to x86_64 2024-01-09 13:55:51 -03:00
tst-cet-setcontext-1.c x86: Move CET infrastructure to x86_64 2024-01-09 13:55:51 -03:00
tst-cet-vfork-1.c x86: Move CET infrastructure to x86_64 2024-01-09 13:55:51 -03:00
tst-glibc-hwcaps-2.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-gnu2-tls2-amx-mod0.c x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers 2024-02-29 04:30:01 -08:00
tst-gnu2-tls2-amx-mod1.c x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers 2024-02-29 04:30:01 -08:00
tst-gnu2-tls2-amx-mod2.c x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers 2024-02-29 04:30:01 -08:00
tst-gnu2-tls2-amx.c x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers 2024-02-29 04:30:01 -08:00
tst-gnu2-tls2-amx.h x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers 2024-02-29 04:30:01 -08:00
ucontext_i.sym
vfork.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
x86-64-isa-level-VALUE.c