URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr44788.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
void joint_decode(float* mlt_buffer1, int t) { int i; float decode_buffer[1060]; foo(decode_buffer); for (i=0; i<10 ; i++) { mlt_buffer1[i] = i * decode_buffer[t]; } }
Go to most recent revision | Compare with Previous | Blame | View Log