asm for scalbn family
unlike some implementations, these functions perform the equivalent of gcc's -ffloat-store on the result before returning. this is necessary to raise underflow/overflow/inexact exceptions, perform the correct rounding with denormals, etc.
Showing
src/math/i386/ldexp.s
0 → 100644
src/math/i386/ldexpf.s
0 → 100644
src/math/i386/ldexpl.s
0 → 100644
src/math/i386/scalbln.s
0 → 100644
src/math/i386/scalblnf.s
0 → 100644
src/math/i386/scalblnl.s
0 → 100644
src/math/i386/scalbn.s
0 → 100644
src/math/i386/scalbnf.s
0 → 100644
src/math/i386/scalbnl.s
0 → 100644
想要评论请 注册 或 登录