glibc/sysdeps/s390
Paul Zimmermann 392b3f0971 replace tgammaf by the CORE-MATH implementation
The CORE-MATH implementation is correctly rounded (for any rounding mode).
This can be checked by exhaustive tests in a few minutes since there are
less than 2^32 values to check against for example GNU MPFR.
This patch also adds some bench values for tgammaf.

Tested on x86_64 and x86 (cfarm26).

With the initial GNU libc code it gave on an Intel(R) Core(TM) i7-8700:

      "tgammaf": {
       "": {
        "duration": 3.50188e+09,
        "iterations": 2e+07,
        "max": 602.891,
        "min": 65.1415,
        "mean": 175.094
       }
      }

With the new code:

      "tgammaf": {
       "": {
        "duration": 3.30825e+09,
        "iterations": 5e+07,
        "max": 211.592,
        "min": 32.0325,
        "mean": 66.1649
       }
      }

With the initial GNU libc code it gave on cfarm26 (i686):

  "tgammaf": {
   "": {
    "duration": 3.70505e+09,
    "iterations": 6e+06,
    "max": 2420.23,
    "min": 243.154,
    "mean": 617.509
   }
  }

With the new code:

  "tgammaf": {
   "": {
    "duration": 3.24497e+09,
    "iterations": 1.8e+07,
    "max": 1238.15,
    "min": 101.155,
    "mean": 180.276
   }
  }

Signed-off-by: Alexei Sibidanov <sibid@uvic.ca>
Signed-off-by: Paul Zimmermann <Paul.Zimmermann@inria.fr>

Changes in v2:
    - include <math.h> (fix the linknamespace failures)
    - restored original benchtests/strcoll-inputs/filelist#en_US.UTF-8 file
    - restored original wrapper code (math/w_tgammaf_compat.c),
      except for the dealing with the sign
    - removed the tgammaf/float entries in all libm-test-ulps files
    - address other comments from Joseph Myers
      (https://sourceware.org/pipermail/libc-alpha/2024-July/158736.html)

Changes in v3:
    - pass NULL argument for signgam from w_tgammaf_compat.c
    - use of math_narrow_eval
    - added more comments

Changes in v4:
    - initialize local_signgam to 0 in math/w_tgamma_template.c
    - replace sysdeps/ieee754/dbl-64/gamma_productf.c by dummy file

Changes in v5:
    - do not mention local_signgam any more in math/w_tgammaf_compat.c
    - initialize local_signgam to 1 instead of 0 in w_tgamma_template.c
      and added comment

Changes in v6:
    - pass NULL as 2nd argument of __ieee754_gammaf_r in
      w_tgammaf_compat.c, and check for NULL in e_gammaf_r.c

Changes in v7:
    - added Signed-off-by line for Alexei Sibidanov (author of the code)

Changes in v8:
    - added Signed-off-by line for Paul Zimmermann (submitted of the patch)

Changes in v9:
    - address comments from review by Adhemerval Zanella
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2024-10-11 11:12:32 +02:00
..
bits Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
fpu replace tgammaf by the CORE-MATH implementation 2024-10-11 11:12:32 +02:00
multiarch Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
nptl Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
s390-32 Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
s390-64 s390x: Capture grep output in static PIE check 2024-06-20 14:34:06 +02:00
abort-instr.h S390: Use __asm__ instead of asm. 2015-11-20 08:56:40 +01:00
asm-syntax.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
atomic-machine.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
configure Convert to autoconf 2.72 (vanilla release, no distribution patches) 2024-06-17 21:15:28 +02:00
configure.ac S390: Use compile-only instead of also link-tests in configure. 2023-05-22 09:58:58 +02:00
cpu-features.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
cpu-features.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
dl-irel.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
dl-procinfo-s390.c elf: Remove platform strings in dl-procinfo.c 2024-06-18 10:45:36 +02:00
dl-procinfo.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
dl-procinfo.h elf: Remove HWCAP_IMPORTANT 2024-06-18 10:45:36 +02:00
dl-tls.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
dl-tunables.list Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
elf-initfini.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
fix-fp-int-convert-overflow.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
gccframe.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
gconv-modules-s390.conf Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
hp-timing.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-memccpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-memchr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-memcmp.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-memcpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-memmem.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-memrchr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-memset.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-rawmemchr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-stpcpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-stpncpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strcat.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strchr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strchrnul.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strcmp.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strcpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strcspn.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strlen.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strncat.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strncmp.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strncpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strnlen.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strpbrk.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strrchr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strspn.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-strstr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcpcpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcpncpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcscat.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcschr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcschrnul.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcscmp.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcscpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcscspn.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcslen.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcsncat.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcsncmp.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcsncpy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcsnlen.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcspbrk.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcsrchr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wcsspn.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wmemchr.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wmemcmp.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifunc-wmemset.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Implies * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
iso-8859-1_cp037_z900.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
jmpbuf-offsets.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
jmpbuf-unwind.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ldsodefs.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libc-start.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libc-tls.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
linkmap.h S390: Use DT_JUMPREL in prelink undo code. 2016-07-06 15:22:35 +02:00
longjmp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
machine-gmon.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Makefile sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCE 2023-07-10 14:48:04 +02:00
memccpy-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memccpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memccpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memchr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memchr-z900.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memchr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memcmp-z900.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memcmp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memcopy.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memcpy-z900.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memcpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memmem-arch13.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memmem-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memmem-vx.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memmem.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memmove-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memmove.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
mempcpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memrchr-c.c S390: Fix building with --disable-mutli-arch [BZ #31196] 2024-01-30 22:28:51 +01:00
memrchr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memrchr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memset-z900.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
memset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
preconfigure Move base_machine and machine settings from configure.ac to sysdeps preconfigure fragments. 2014-06-25 17:52:56 +00:00
rawmemchr-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
rawmemchr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
rawmemchr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sotruss-lib.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stackinfo.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stpcpy-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stpcpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stpcpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stpncpy-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stpncpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
stpncpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcat-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcat-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcat.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strchr-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strchr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strchr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strchrnul-c.c S390: Fix building with --disable-mutli-arch [BZ #31196] 2024-01-30 22:28:51 +01:00
strchrnul-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strchrnul.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcmp-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcmp-z900.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcmp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcpy-z900.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcspn-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcspn-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strcspn.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strlen-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strlen-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strlen.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncat-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncat-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncat.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncmp-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncmp-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncmp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strncpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strnlen-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strnlen-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strnlen.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strpbrk-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strpbrk-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strpbrk.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strrchr-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strrchr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strrchr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strspn-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strspn-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strspn.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strstr-arch13.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strstr-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strstr-vx.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strstr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-dl-runtime-mod.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-dl-runtime-profile-audit.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-dl-runtime-profile-noaudit.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-dl-runtime-resolve-audit.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-dl-runtime-resolve-noaudit.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-dl-runtime.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
unwind-arch.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
utf8-utf16-z9.c S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192] 2024-10-08 10:13:02 +02:00
utf8-utf32-z9.c S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192] 2024-10-08 10:13:02 +02:00
utf16-utf32-z9.c S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192] 2024-10-08 10:13:02 +02:00
Versions S/390: Revert the jmp_buf/ucontext_t ABI change. 2014-07-31 20:04:54 +02:00
wcpcpy-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcpcpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcpcpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcpncpy-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcpncpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcpncpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscat-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscat-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscat.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcschr-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcschr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcschr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcschrnul-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcschrnul-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcschrnul.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscmp-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscmp-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscmp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscpy-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscspn-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscspn-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcscspn.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcslen-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcslen-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcslen.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncat-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncat-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncat.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncmp-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncmp-vx.S s390x: Fix segfault in wcsncmp [BZ #31934] 2024-07-11 15:08:57 +02:00
wcsncmp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncpy-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncpy-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsncpy.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsnlen-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsnlen-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsnlen.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcspbrk-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcspbrk-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcspbrk.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsrchr-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsrchr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsrchr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsspn-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsspn-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wcsspn.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemchr-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemchr-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemchr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemcmp-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemcmp-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemcmp.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemset-c.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemset-vx.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
wmemset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00