On Wed, Nov 6, 2019 at 8:57 PM David Christensen <d...@linux.vnet.ibm.com> wrote: > @@ -459,9 +595,43 @@ test_atomic(void) > printf("128-bit compare and swap failed\n"); > return -1; > } > -#endif > > return 0; > } > +#endif > + > + /* > + * Test 16/32/64bit atomic exchange. > + */ > + test64_t t;
We will have a build error here for arm and x86. -- David Marchand