2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-ssefp-2.c
blob687902416781c3f4e9f91c257bcf2da73d221be4
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 q()
8 x=x<5?5:x;
11 double x;
12 q1()
14 x=x>5?5:x;