FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-ssefp-1.c
blobd11a72f111827c985e8bee12b59eb87ec45d4335
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -msse2 -march=k8 -mfpmath=sse" } */
3 /* { dg-final { scan-assembler "maxsd" } } */
4 /* { dg-final { scan-assembler "minsd" } } */
5 double x;
6 t()
8 x=x>5?x:5;
11 double x;
12 q()
14 x=x<5?x:5;