mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 08:22:08 +00:00
During testing in a VM occasional fallback_wait_fuzz test failures were observed when AArch64 asm-based backend was used to implement futexes in the lock pool. It is not clear yet what causes the failures, but they don't appear when __atomic* intrinsics are used. Further investigation needed. AArch32 asm-based backend is practically untested and has very much in common with AArch64, so I'm disabling it as well until at least the problem with AArch64 is resolved.