History log of /seL4-refos-master/libs/libmuslc/src/math/i386/asinl.s
Revision Date Author Comments
# bc33e617 19-Mar-2012 Rich Felker <dalias@aerifal.cx>

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.