URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [spu/] [headers/] [hypotf.h] - Rev 158
Compare with Previous | Blame | View Log
#include "headers/hypotf4.h" static __inline float _hypotf(float x, float y) { return spu_extract(_hypotf4(spu_promote(x, 0), spu_promote(y, 0)), 0); }