Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-18 | math: amd64 versions of fdim, fmax, fmin | Charles L. Dorian | 1 | -2/+1 | |
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> | |||||
2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | 1 | -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 | |||||
2009-09-24 | install assembly math.Sqrt on amd64 | Russ Cox | 1 | -0/+10 | |
R=r DELTA=33 (32 added, 0 deleted, 1 changed) OCL=34983 CL=34986 |