i386: testsuite: Adapt fentryname3.c for r14-811 change [PR70150]
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / rdrand-3.c
blob48b4ee25a276f4c9081bec9c4931fed00355ba8d
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-O2 -mrdrnd -dp" } */
3 /* { dg-final { scan-assembler-times "rdranddi" 1 } } */
4 /* { dg-final { scan-assembler-times "\\*movsicc_noc" 1 } } */
6 #include <immintrin.h>
8 int
9 foo (unsigned long long *x)
11 return _rdrand64_step (x);