* gcc.target/powerpc/builtins-1-be.c <vclzb>: Rename duplicate test
[official-gcc.git] / gcc / testsuite / gcc.target / tic6x / fpdiv-lib.c
blobb138865a2ac62349cdfa74cfa8c819080816e1f8
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ti_c67x } */
3 /* { dg-options "-O2 -fno-reciprocal-math" } */
4 /* { dg-final { scan-assembler-not "rcpdp" } } */
5 /* { dg-final { scan-assembler-not "rcpsp" } } */
7 double f (double x, double y)
9 return x / y;
12 float g (float x, float y)
14 return x / y;