public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Libatomic: Add LSE128 atomics support for AArch64
@ 2023-11-07 10:23 Victor Do Nascimento
  2023-11-07 10:23 ` [PATCH 1/2] libatomic: atomic_16.S: Improve ENTRY, END and ALIAS macro interface Victor Do Nascimento
  2023-11-07 10:23 ` [PATCH 2/2] libatomic: Enable LSE128 128-bit atomics for armv9.4-a Victor Do Nascimento
  0 siblings, 2 replies; 3+ messages in thread
From: Victor Do Nascimento @ 2023-11-07 10:23 UTC (permalink / raw)
  To: gcc-patches
  Cc: kyrylo.tkachov, richard.sandiford, Richard.Earnshaw,
	Victor Do Nascimento

Building upon Wilco Dijkstra's work on AArch64 128-bit atomics for
Libatomic, namely the patches from [1] and [2],  this patch series
extends the library's  capabilities to dynamically select and emit
Armv9.4-a LSE128 implementations of atomic operations via ifuncs at
run-time whenever architectural support is present.

Regression tested on aarch64-linux-gnu target with LSE128-support.

[1] https://gcc.gnu.org/pipermail/gcc-patches/2023-June/620529.html
[2] https://gcc.gnu.org/pipermail/gcc-patches/2023-August/626358.html

Victor Do Nascimento (2):
  libatomic: atomic_16.S: Improve ENTRY, END and ALIAS macro interface
  libatomic: Enable LSE128 128-bit atomics for armv9.4-a

 libatomic/Makefile.am                        |   3 +
 libatomic/Makefile.in                        |   1 +
 libatomic/acinclude.m4                       |  19 ++
 libatomic/auto-config.h.in                   |   3 +
 libatomic/config/linux/aarch64/atomic_16.S   | 315 ++++++++++++++-----
 libatomic/config/linux/aarch64/host-config.h |  23 +-
 libatomic/configure                          |  59 +++-
 libatomic/configure.ac                       |   1 +
 8 files changed, 349 insertions(+), 75 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-11-07 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 10:23 [PATCH 0/2] Libatomic: Add LSE128 atomics support for AArch64 Victor Do Nascimento
2023-11-07 10:23 ` [PATCH 1/2] libatomic: atomic_16.S: Improve ENTRY, END and ALIAS macro interface Victor Do Nascimento
2023-11-07 10:23 ` [PATCH 2/2] libatomic: Enable LSE128 128-bit atomics for armv9.4-a Victor Do Nascimento

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).