aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/builtin-ucmp.c
blob: 709804c35f63181110dcf459246e83420a1b0bc9 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math -mfpmath=sse -msse2" } */

double foo(double a)
{
  return __builtin_round(a);
}

/* { dg-final { scan-assembler-not "ucom" } } */