asm for hypot and hypotf
special care is made to avoid any inexact computations when either arg is zero (in which case the exact absolute value of the other arg should be returned) and to support the special condition that hypot(±inf,nan) yields inf. hypotl is not yet implemented since avoiding overflow is nontrivial.
Showing
src/math/i386/hypot.s
0 → 100644
src/math/i386/hypotf.s
0 → 100644
想要评论请 注册 或 登录