URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [spu/] [fetestexcept.c] - Rev 148
Go to most recent revision | Compare with Previous | Blame | View Log
#include "headers/fetestexcept.h" int fetestexcept(int excepts) { return _fetestexcept(excepts); }
Go to most recent revision | Compare with Previous | Blame | View Log