mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 20:32:09 +00:00
Forwarding the "signed" property allows to specialize operations implementation, which may be desired for some architectures. This also eliminates the formally implementation-defined result of unsigned-to- target type. Also for x86 implementations removed compiler barriers since the compilers already treat intrinsics/asm blocks as ones.