Merge "Increase iteration count for ordering test" am: a1ab838acc
Change-Id: Ic755043b2a531aebdbbfc5bc0bf0cfc69709d443
This commit is contained in:
commit
56b79bbf4b
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ TEST(stdatomic, atomic_fetch_and) {
|
|||
|
||||
// And a rudimentary test of acquire-release memory ordering:
|
||||
|
||||
constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
|
||||
constexpr static uint_least32_t BIG = 30'000'000ul; // Assumed even below.
|
||||
|
||||
struct three_atomics {
|
||||
atomic_uint_least32_t x;
|
||||
|
|
Loading…
Reference in a new issue