URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr46251.c] - Rev 750
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-ffast-math" } */ void foo (long double *x) { __builtin_sincosl (*x, x, x); }
Go to most recent revision | Compare with Previous | Blame | View Log