asm versions of some simple math functions for i386 and x86_64
these are functions that have direct fpu approaches to implementation without problematic exception or rounding issues. x86_64 lacks float/double versions because i'm unfamiliar with the necessary sse code for performing these operations.
Showing
src/math/i386/fabs.s
0 → 100644
src/math/i386/fabsf.s
0 → 100644
src/math/i386/fabsl.s
0 → 100644
src/math/i386/rint.s
0 → 100644
src/math/i386/rintf.s
0 → 100644
src/math/i386/rintl.s
0 → 100644
src/math/x86_64/fabsl.s
0 → 100644
src/math/x86_64/rintl.s
0 → 100644
想要评论请 注册 或 登录