blob: a35fafe02cfb13745ff4c23aa2ca1b65e2b52f29 [file] [log] [blame]
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O2 -mrdrnd -dp" } */
/* { dg-final { scan-assembler-times "rdranddi_1" 1 } } */
/* { dg-final { scan-assembler-times "\\*movsicc_noc" 1 } } */
#include <immintrin.h>
int
foo (unsigned long long *x)
{
return _rdrand64_step (x);
}