URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [spu/] [headers/] [isnanf.h] - Rev 9
Compare with Previous | Blame | View Log
#include "headers/isnanf4.h" static __inline unsigned int _isnanf(float x) { return spu_extract(_isnanf4(spu_promote(x, 0)), 0); }