Add atomic_c11_compare_exchange_cas_{8,16,32}.c
This commit is contained in:
parent
9a89a9bc17
commit
f6453319ae
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.13 2014/02/22 14:51:34 martin Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.14 2014/11/20 07:07:13 matt Exp $
|
||||
|
||||
#
|
||||
# Note: The atomic operations here in these assembly files are atomic
|
||||
|
@ -33,6 +33,10 @@ SRCS+= atomic_add_16_cas.c atomic_add_8_cas.c \
|
|||
atomic_or_32_cas.c atomic_or_16_cas.c atomic_or_8_cas.c \
|
||||
atomic_cas_32_cas.c atomic_cas_16_cas.c atomic_cas_8_cas.c \
|
||||
atomic_swap_32_cas.c atomic_swap_16_cas.c atomic_swap_8_cas.c
|
||||
|
||||
SRCS+= atomic_c11_compare_exchange_cas_8.c \
|
||||
atomic_c11_compare_exchange_cas_16.c \
|
||||
atomic_c11_compare_exchange_cas_32.c
|
||||
.endif
|
||||
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue