mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 20:32:09 +00:00
For some unknown reason, int128 bit operation tests started failing in Travis CI for x86-64. The error does not reproduce locally. Given that float128 were known to fail similarly (only on 32-bit target), it seems all 128-bit operations are broken in clang-5 (possibly caused by something specific to Travis CI). This commit re-enables 32-bit tests on clang-5, but disables int128 and float128 tests on both 32 and 64-bit targets.