summaryrefslogtreecommitdiff
path: root/src/pkg/math/fdim_decl.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+9
2011-09-13Imported Upstream version 60Ondřej Surý1-9/+0
2010-05-18math: amd64 versions of fdim, fmax, fminCharles L. Dorian1-0/+9
Uses the SSE2 max, min instructions. Also shorter sqrt_amd64.s R=rsc CC=golang-dev http://codereview.appspot.com/1216042 Committer: Russ Cox <rsc@golang.org>