summaryrefslogtreecommitdiff
path: root/src/pkg/math/fabs_386.s
AgeCommit message (Collapse)AuthorFilesLines
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-1/+1
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072
2010-01-15math: 386 FPU functionsCharles L. Dorian1-0/+10
sin, cos, tan, asin, acos, atan, exp, log, log10, floor, ceil, and fabs R=rsc CC=golang-dev http://codereview.appspot.com/189083 Committer: Russ Cox <rsc@golang.org>