URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [spu/] [headers/] [pow.h] - Rev 825
Go to most recent revision | Compare with Previous | Blame | View Log
#include "headers/powd2.h" static __inline double _pow(double x, double y) { return spu_extract(_powd2(spu_promote(x, 0), spu_promote(y, 0)), 0); }
Go to most recent revision | Compare with Previous | Blame | View Log