Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2024 09:31:31 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 940cf92c0786 - main - WIP: Switch to compiler-rt sync on armv7
Message-ID:  <202406250931.45P9VVIL007055@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=940cf92c07867bcfb1cd5648cffc5df25fd0b92a

commit 940cf92c07867bcfb1cd5648cffc5df25fd0b92a
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-06-24 08:11:27 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-06-25 09:07:19 +0000

    WIP: Switch to compiler-rt sync on armv7
---
 lib/libcompiler_rt/Makefile.inc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/libcompiler_rt/Makefile.inc b/lib/libcompiler_rt/Makefile.inc
index bdb6b93e6fda..7b4de36f87e2 100644
--- a/lib/libcompiler_rt/Makefile.inc
+++ b/lib/libcompiler_rt/Makefile.inc
@@ -270,6 +270,13 @@ SRCF+=		truncsfbf2
 
 SRCF+=		stdatomic
 CFLAGS+=	-DEMIT_SYNC_ATOMICS
+
+#.for op in add and max min nand or sub umax umin xor
+#. for size in 4 8
+#SRCF+=		sync_fetch_and_${op}_${size}
+#. endfor
+#.endfor
+
 .endif
 
 .for file in ${SRCF}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406250931.45P9VVIL007055>