PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr68432-3.c
blob173fd332cade9520a2a81242e1262bf7bf19a9e0
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-math-errno -fno-trapping-math -msse2 -mno-sse4 -mfpmath=sse" } */
4 float __attribute__ ((cold))
5 f1 (float f)
7 return __builtin_rintf (f);
10 double __attribute__ ((cold))
11 f2 (double f)
13 return __builtin_rint (f);
16 /* { dg-final { scan-assembler-not "\tucomiss\t" } } */
17 /* { dg-final { scan-assembler-not "\tucomisd\t" } } */