URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [tic6x/] [fpdiv.c] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-effective-target ti_c67x } */ /* { dg-options "-O2" } */ /* { dg-final { scan-assembler "rcpdp" } } */ /* { dg-final { scan-assembler "rcpsp" } } */ double f (double x, double y) { return x / y; } float g (float x, float y) { return x / y; }
Go to most recent revision | Compare with Previous | Blame | View Log