mips: add single-instruction math functions
SQRT.fmt exists on MIPS II+ (float), MIPS III+ (double). ABS.fmt exists on MIPS I+ but only cores with ABS2008 flag in FCSR implement the required behaviour.
Showing
src/math/mips/fabs.c
0 → 100644
src/math/mips/fabsf.c
0 → 100644
src/math/mips/sqrt.c
0 → 100644
src/math/mips/sqrtf.c
0 → 100644
想要评论请 注册 或 登录