PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / builtin-ucmp.c
blob709804c35f63181110dcf459246e83420a1b0bc9
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ffast-math -mfpmath=sse -msse2" } */
4 double foo(double a)
6 return __builtin_round(a);
9 /* { dg-final { scan-assembler-not "ucom" } } */