about summary refs log tree commit diff
path: root/src/math/i386/acosl.s
Commit message (Collapse)AuthorAgeFilesLines
* asm for inverse trig functionsRich Felker2012-03-191-0/+1
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.