1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -march=sapphirerapids" } */
       3  
       4  #ifdef __x86_64__
       5  # ifndef __UINTR__
       6  #  error UINTR is not enabled for Sapphirerapids
       7  # endif
       8  #else
       9  # ifdef __UINTR__
      10  #  error UINTR is not usable in 32-bit mode
      11  # endif
      12  #endif