git: 940cf92c0786 - main - WIP: Switch to compiler-rt sync on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jun 2024 09:31:31 UTC
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}