History log of /netbsd/common/lib/libc/atomic/atomic_add_64_nv_cas.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 63880f0f 22-Feb-2014 martin <martin@NetBSD.org>

Try to hide the C runtime implementation specific __sync_* ops from librump,
to avoid duplicates.


# 931d2009 27-Jan-2014 matt <matt@NetBSD.org>

Add __sync_<OP>_and_fetch_<N> aliases


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 695c2bc2 29-Nov-2007 ad <ad@NetBSD.org>

Only build the 64-bit versions if __HAVE_ATOMIC64_OPS.


# 13c86772 28-Nov-2007 ad <ad@NetBSD.org>

Memory barrier in respect of the CAS isn't necessary.


# 79085586 28-Nov-2007 ad <ad@NetBSD.org>

Support files from the thorpej-atomic branch.