mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 08:22:08 +00:00
Bitwise (logical) instructions in aarch64 have different encoding of the immediate constant arguments, which require a different asm constraint. Otherwise, an invalid instruction could be generated, resulting in a compilation error. Fixes https://github.com/boostorg/atomic/issues/41.