blob: 74c8bfe891a8aaebcc776278b20c4e59d434736e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -march=sapphirerapids" } */
#ifdef __x86_64__
# ifndef __UINTR__
# error UINTR is not enabled for Sapphirerapids
# endif
#else
# ifdef __UINTR__
# error UINTR is not usable in 32-bit mode
# endif
#endif