diff options
author | Andrew W. Nosenko <andrew.w.nosenko@gmail.com> | 2012-04-26 17:02:56 +0300 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-04-29 07:30:37 +0200 |
commit | cdbaa67ff5fdb7cebab670e6f7906d9e81ae7f0a (patch) | |
tree | e7b925bf24ecf966577c06333cb22f7e1b208f6d /perf/Makefile.am | |
parent | 98d4e212bc6379888c006aadb89eb1b96e0b3ddb (diff) |
atomic: prefer GCC __sync_*() builtins over inline asm
Use GCC __sync_*() builtins when compiler claims to be GCC (GCC itself,
Clang...)
It can be disabled explicitly by using XS_DISABLE_GCC_SYNC_BUILTINS
define. Just for any case.
* src/atomic_counter.hpp [__GNUC__ && !XS_DISABLE_GCC_SYNC_BUILTINS]:
(atomic_counter_t::add):
(atomic_counter_t::sub):
* src/atomic_ptr.hpp [__GNUC__ && !XS_DISABLE_GCC_SYNC_BUILTINS]:
(atomic_ptr_t::xchg):
(atomic_ptr_t::cas):
Prefer GCC __sync_*() builtins over inline asm.
Diffstat (limited to 'perf/Makefile.am')
0 files changed, 0 insertions, 0 deletions