Files
David Tolnay a0434abc75 Change test suite atomic from SeqCst to Relaxed
These atomics are not synchronizing anything outside of their own value,
so we don't need the Acquire/Release guarantee that all memory
operations prior to the store are visible after the subsequent load, nor
the SeqCst guarantee of all threads seeing all of the sequentially
consistent operations in the same order.
2021-12-23 10:59:07 -08:00
..
2019-06-10 23:35:55 -07:00
2021-09-30 02:58:39 -04:00
2021-09-30 02:58:39 -04:00
2021-09-30 02:58:39 -04:00
2021-09-30 02:58:39 -04:00