glibc/sysdeps
Andrew Pinski 2f1f7a5f8a
Aarch64: Add new memset for Qualcomm's oryon-1 core
Qualcom's new core, oryon-1, has a different characteristics for
memset than the current versions of memset. For non-zero, larger
sizes, using GPRs rather than the SIMD stores is ~30% faster.
For even larger sizes, using the nontemporal stores is needed
not to polute the L1/L2 caches.

For zero values, using `dc zva` should be used. Since we
know the size will always be 64 bytes, we don't need to figure
out the size there.

I started with the emag memset and added back the `dc zva` code.

Changes since v1:
* v3: Fix comment formating

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2024-06-30 13:47:17 +02:00
..
aarch64 Aarch64: Add new memset for Qualcomm's oryon-1 core 2024-06-30 13:47:17 +02:00
alpha elf: Remove HWCAP_IMPORTANT 2024-06-18 10:45:36 +02:00
arc
arm arm: Avoid UB in elf_machine_rel() 2024-06-26 12:45:43 +02:00
csky elf: Remove HWCAP_IMPORTANT 2024-06-18 10:45:36 +02:00
generic elf: Remove HWCAP_IMPORTANT 2024-06-18 10:45:36 +02:00
gnu
hppa Update hppa libm-test-ulps 2024-06-23 13:51:25 -04:00
htl
hurd
i386 i386: Update ulps 2024-06-20 19:00:48 +02:00
ieee754
loongarch LoongArch: Fix tst-gnu2-tls2 test case 2024-06-26 12:02:07 +08:00
m68k
mach
microblaze
mips Revert "MIPSr6/math: Use builtin fma and fmaf" 2024-06-25 01:02:58 +02:00
nios2
nptl
or1k
posix
powerpc powerpc: Update ulps 2024-06-20 12:15:31 +02:00
pthread
riscv RISC-V: Update ulps 2024-06-20 23:46:32 +02:00
s390 s390x: Capture grep output in static PIE check 2024-06-20 14:34:06 +02:00
sh
sparc sparc: Regenerate ULPs 2024-06-19 14:58:32 +02:00
unix posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695) 2024-06-25 12:11:48 -03:00
wordsize-32
wordsize-64
x86 elf: Remove HWCAP_IMPORTANT 2024-06-18 10:45:36 +02:00
x86_64 elf: Remove _DL_PLATFORMS_COUNT 2024-06-18 10:45:36 +02:00