about summary refs log tree commit diff
path: root/src/math/i386/asin.s
Commit message (Expand)AuthorAgeFilesLines
* fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker2020-02-061-25/+7
* fix x87 stack imbalance in corner cases of i386 math asmRich Felker2019-08-051-8/+2
* math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy2013-08-151-1/+22
* math: fix x86 asin accuracynsz2012-04-041-2/+3
* asm for inverse trig functionsRich Felker2012-03-191-0/+23