asm for inverse trig functions
unlike trig functions, these are easy to do in asm because they do not involve (arbitrary-precision) argument reduction. fpatan automatically takes care of domain issues, and in asin and acos, fsqrt takes care of them for us.
Showing
src/math/i386/acos.s
0 → 100644
src/math/i386/acosf.s
0 → 100644
src/math/i386/acosl.s
0 → 100644
src/math/i386/asin.s
0 → 100644
src/math/i386/asinf.s
0 → 100644
src/math/i386/asinl.s
0 → 100644
src/math/i386/atan.s
0 → 100644
src/math/i386/atan2.s
0 → 100644
src/math/i386/atan2f.s
0 → 100644
src/math/i386/atan2l.s
0 → 100644
src/math/i386/atanf.s
0 → 100644
src/math/i386/atanl.s
0 → 100644
想要评论请 注册 或 登录