glibc/sysdeps
Noah Goldstein 192979ee35 x86: Add support to build wcscpy with explicit ISA level
1. Add ISA level build guards to different implementations.
    - wcscpy-ssse3.S is used as ISA level 2/3/4.
    - wcscpy-generic.c is only used at ISA level 1 and will
      only build if compiled with ISA level == 1. Otherwise
      there is no reason to include it as we will always use
      wcscpy-ssse3.S

2. Refactor the ifunc selector and ifunc implementation list to use
   the ISA level aware wrapper macros that allow functions below the
   compiled ISA level (with a guranteed replacement) to be skipped.

Tested with and without multiarch on x86_64 for ISA levels:
{generic, x86-64-v2, x86-64-v3, x86-64-v4}

And m32 with and without multiarch.
2022-07-16 03:07:59 -07:00
..
aarch64 aarch64: Optimize string functions with shrn instruction 2022-07-06 09:26:20 +01:00
alpha
arc elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA 2022-06-15 11:29:55 -07:00
arm
csky
generic Fix hurd namespace issues for internal signal functions 2022-07-04 11:10:06 -03:00
gnu
hppa
htl
hurd
i386 i386: Remove -Wa,-mtune=i686 2022-07-12 11:14:32 -07:00
ia64
ieee754
m68k m68k: optimize RTLD_START 2022-06-25 00:22:02 +02:00
mach stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. 2022-07-06 09:29:42 -03:00
microblaze
mips
nios2 Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA 2022-06-15 13:02:17 -07:00
nptl Replace __libc_multiple_threads with __libc_single_threaded 2022-07-05 10:14:47 -03:00
or1k
posix Refactor internal-signals.h 2022-06-30 14:56:21 -03:00
powerpc
pthread
riscv riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVE 2022-06-30 08:04:52 -07:00
s390 s390: use LC_ALL=C for readelf call 2022-06-21 10:16:44 +02:00
sh
sparc
unix S390: Define SINGLE_THREAD_BY_GLOBAL only on s390x 2022-07-14 13:39:09 +02:00
wordsize-32
wordsize-64
x86 x86: Add support to build strcmp/strlen/strchr with explicit ISA level 2022-07-16 03:07:59 -07:00
x86_64 x86: Add support to build wcscpy with explicit ISA level 2022-07-16 03:07:59 -07:00