freebsd-dev/lib/libcompiler_rt
Ed Schouten e737464f59 Use improved __sync_*() intrinsics for MIPS in userspace as well.
r251524 introduced custom tailored versions for MIPS of these functions
for kernel-space code. We can just reuse them in userspace as well.
2013-06-08 13:22:53 +00:00
..
__sync_fetch_and_add_4.c Unbreak <stdatomic.h> on ARM + Clang. 2013-04-27 04:56:02 +00:00
__sync_fetch_and_and_4.c Unbreak <stdatomic.h> on ARM + Clang. 2013-04-27 04:56:02 +00:00
__sync_fetch_and_op_n.h Use #ifdef instead of #if defined. 2013-05-30 06:20:23 +00:00
__sync_fetch_and_or_4.c Unbreak <stdatomic.h> on ARM + Clang. 2013-04-27 04:56:02 +00:00
__sync_fetch_and_sub_4.c Unbreak <stdatomic.h> on ARM + Clang. 2013-04-27 04:56:02 +00:00
__sync_fetch_and_xor_4.c Unbreak <stdatomic.h> on ARM + Clang. 2013-04-27 04:56:02 +00:00
__sync_lock_test_and_set_4.c Unbreak <stdatomic.h> on ARM + Clang. 2013-04-27 04:56:02 +00:00
__sync_synchronize.c Add __sync_synchronize(). 2013-05-30 06:20:50 +00:00
__sync_val_compare_and_swap_4.c Unbreak <stdatomic.h> on ARM + Clang. 2013-04-27 04:56:02 +00:00
__sync_val_compare_and_swap_n.h Use #ifdef instead of #if defined. 2013-05-30 06:20:23 +00:00
Makefile Use improved __sync_*() intrinsics for MIPS in userspace as well. 2013-06-08 13:22:53 +00:00