aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr48084-5.c
blob: d6ed8e5fc9c791d2ebfa1e71c551d434398238dc (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O0 -mrdrnd" } */

int
_rdrand16_step (unsigned short *__P)
{
  return __builtin_ia32_rdrand16_step (__P);
}