Charles L. Dorian
|
809479740f
|
math: amd64 versions of fdim, fmax, fmin
Uses the SSE2 max, min instructions. Also shorter sqrt_amd64.s
R=rsc
CC=golang-dev
https://golang.org/cl/1216042
|
2010-05-18 22:33:50 -07:00 |
|
Russ Cox
|
718be3215f
|
in C and asm, replace pkg·name with ·name
(eliminate assumption of package global name space,
make code easier to move between packages).
R=r
CC=golang-dev
https://golang.org/cl/194072
|
2010-01-25 18:52:55 -08:00 |
|
Russ Cox
|
86b119f765
|
install assembly math.Sqrt on amd64
R=r
DELTA=33 (32 added, 0 deleted, 1 changed)
OCL=34983
CL=34986
|
2009-09-24 14:27:52 -07:00 |
|