mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 20:32:09 +00:00
Gcc 7 removed support for __atomic intrinsics on 16-byte operands on x86-64 and instead always generates library calls to libatomic, thus breaking user's code compilation due to having to link with the library. Also, the assembler tends to generate warnings when implicit zero displacement is used in memory operands.