public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] aarch64: Sync with ARM-software/optimized-routines
@ 2023-09-12 10:05 Sebastian Huber
  2023-09-12 10:05 ` [PATCH v3 1/2] " Sebastian Huber
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sebastian Huber @ 2023-09-12 10:05 UTC (permalink / raw)
  To: newlib; +Cc: Szabolcs Nagy

This patch set synchronizes AArch64-specific files with the

https://github.com/ARM-software/optimized-routines

upstream.

Sebastian Huber (2):
  aarch64: Sync with ARM-software/optimized-routines
  aarch64: Import memrchr.S

v3:

Use latest commit.

 newlib/Makefile.in                         |  40 ++
 newlib/libc/machine/aarch64/Makefile.inc   |   2 +
 newlib/libc/machine/aarch64/asmdefs.h      | 106 +++++
 newlib/libc/machine/aarch64/memchr.S       |  73 ++--
 newlib/libc/machine/aarch64/memcmp.S       | 311 ++++++++-------
 newlib/libc/machine/aarch64/memcpy.S       | 272 +++++++------
 newlib/libc/machine/aarch64/memrchr-stub.c |  11 +
 newlib/libc/machine/aarch64/memrchr.S      | 115 ++++++
 newlib/libc/machine/aarch64/memset.S       | 194 ++-------
 newlib/libc/machine/aarch64/stpcpy.S       |  36 +-
 newlib/libc/machine/aarch64/strchr.S       | 107 ++---
 newlib/libc/machine/aarch64/strchrnul.S    |  90 ++---
 newlib/libc/machine/aarch64/strcmp.S       | 282 +++++++------
 newlib/libc/machine/aarch64/strcpy.S       | 437 ++++++---------------
 newlib/libc/machine/aarch64/strlen.S       | 319 +++++++--------
 newlib/libc/machine/aarch64/strncmp.S      | 323 ++++++++-------
 newlib/libc/machine/aarch64/strnlen.S      | 256 ++++--------
 newlib/libc/machine/aarch64/strrchr.S      |  86 ++--
 18 files changed, 1394 insertions(+), 1666 deletions(-)
 create mode 100644 newlib/libc/machine/aarch64/asmdefs.h
 create mode 100644 newlib/libc/machine/aarch64/memrchr-stub.c
 create mode 100644 newlib/libc/machine/aarch64/memrchr.S

-- 
2.35.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-05 12:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-12 10:05 [PATCH 0/2] aarch64: Sync with ARM-software/optimized-routines Sebastian Huber
2023-09-12 10:05 ` [PATCH v3 1/2] " Sebastian Huber
2023-10-05 10:37   ` Richard Earnshaw
2023-10-05 12:23     ` Sebastian Huber
2023-09-12 10:05 ` [PATCH v3 2/2] aarch64: Import memrchr.S Sebastian Huber
2023-09-18 12:25 ` [PATCH 0/2] aarch64: Sync with ARM-software/optimized-routines Sebastian Huber
2023-09-27  9:53   ` Sebastian Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).