PR c/27420
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sselibm-2.c
blob9c479b65c7ffa3bd3f196d1e4ad2dcff503cb6d6
1 /* { dg-do compile } */
2 /* { dg-options "-msse2 -mfpmath=sse -msselibm" } */
3 /* { dg-require-effective-target ilp32 } */
5 float sinf(float);
7 float foo(float x)
9 return sinf(x);
12 /* { dg-final { scan-assembler "__libm_sse2_sinf" } } */