blob: d6ed8e5fc9c791d2ebfa1e71c551d434398238dc [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O0 -mrdrnd" } */
int
_rdrand16_step (unsigned short *__P)
{
return __builtin_ia32_rdrand16_step (__P);
}