PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / wbinvd-1.c
blob7854cc2267961edfd0c155ec4b43dbd9929e566f
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-times "wbinvd" 2 } } */
5 #include "immintrin.h"
7 volatile void
8 test ()
10 _wbinvd();