History log of /seL4-camkes-master/projects/musllibc/src/math/i386_sel4/hypot.s
Revision Date Author Comments
# ad2d2b96 22-Mar-2012 Rich Felker <dalias@aerifal.cx>

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.