Commit 2f70aa0a authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

Revert "use __sync builtins for dword atomics on all architectures"

This reverts commit b9c98f1a. It seems the
__sync CAS built-ins are not implemented on dwords for arm64 and s390. So we end
up setting NEEDS_LIBATOMIC=True, but then still failing compilations. Here we
switch back to the old behaviour and also modify the NEEDS_LIBATOMIC test.
parent 0f6a3692
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment