mailing list of musl libc
 help / color / mirror / code / Atom feed
ac5105fa3f209ad49bacd0ccca9a3687c9c8c84f blob 359 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 

#include "stdatomic-impl.h"

#ifdef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16
INSTANTIATE_STUB_LF(16, __impl_uint128_t)
INSTANTIATE_SYNC(16, __impl_uint128_t)
#else
INSTANTIATE_STUB_LCM(16, __impl_uint128_t)
INSTANTIATE_SYNCM(16, __impl_uint128_t)
# if __UINT128__
INSTANTIATE_STUB_LCA(16, __impl_uint128_t)
INSTANTIATE_SYNCA(16, __impl_uint128_t)
# endif
#endif

debug log:

solving ac5105f ...
found ac5105f in https://inbox.vuxu.org/musl/1437983619.757.6.camel@inria.fr/ ||
	https://inbox.vuxu.org/musl/1438036221.19958.0.camel@inria.fr/ ||
	https://inbox.vuxu.org/musl/1438602469.2248.2.camel@inria.fr/

applying [1/3] https://inbox.vuxu.org/musl/1437983619.757.6.camel@inria.fr/
diff --git a/src/stdatomic/atomic_generic_16.c b/src/stdatomic/atomic_generic_16.c
new file mode 100644
index 0000000..ac5105f

Checking patch src/stdatomic/atomic_generic_16.c...
1:21: new blank line at EOF.
+
Applied patch src/stdatomic/atomic_generic_16.c cleanly.
warning: 1 line adds whitespace errors.

skipping https://inbox.vuxu.org/musl/1438036221.19958.0.camel@inria.fr/ for ac5105f
skipping https://inbox.vuxu.org/musl/1438602469.2248.2.camel@inria.fr/ for ac5105f
index at:
100644 ac5105fa3f209ad49bacd0ccca9a3687c9c8c84f	src/stdatomic/atomic_generic_16.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).