WIP: Switch to compiler-rt sync on armv7

This commit is contained in:
Andrew Turner 2024-06-24 08:11:27 +00:00
parent 0cdd0032a7
commit 940cf92c07

View file

@ -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}