We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a35a4 commit 1dfe5c3Copy full SHA for 1dfe5c3
1 file changed
libc-top-half/musl/arch/wasm32/atomic_arch.h
@@ -1,4 +1,3 @@
1
-#define a_barrier() (__sync_synchronize())
2
#define a_cas(p, t, s) (__sync_val_compare_and_swap((p), (t), (s)))
3
#define a_crash() (__builtin_trap())
4
#define a_clz_32 __builtin_clz
0 commit comments