1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/pkg
Charles L. Dorian a0117bafa0 math: amd64 versions of exp and fabs
Benchmark of exp to 28 ns/op from 64 ns/op,
on 2.53GHz Intel Core 2 Duo.

R=rsc
CC=golang-dev
https://golang.org/cl/1594041
2010-06-30 14:44:27 -07:00
..
archive/tar FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
asn1 reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
big big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00
bufio bufio: change ReadSlice to match description 2010-06-02 16:17:18 -07:00
bytes big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00
cmath cmath: add package description 2010-05-15 10:06:54 -07:00
compress changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
container vector: undo changes to autogenerated files 2010-05-31 15:53:55 -07:00
crypto changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
debug debug/dwarf: update PDF link. 2010-06-22 14:56:16 -07:00
ebnf strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
encoding reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
exec changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
exp exp/draw/x11: implement the mapping from keycodes to keysyms. 2010-06-29 10:54:41 +10:00
expvar json: Marshal, Unmarshal using new scanner 2010-04-21 16:40:53 -07:00
flag flag: eliminate unnecessary structs 2010-04-15 15:25:46 -07:00
fmt fmt.Printf: fix bug in handling of %#v. 2010-06-28 14:11:38 -07:00
go go/scanner: report illegal escape sequences 2010-06-09 15:19:22 -07:00
gob gob: a couple of tiny simplifications using Kind() 2010-06-29 10:14:32 -07:00
hash hash/crc64: new package implementing 64-bit CRC 2010-03-12 17:38:18 -08:00
html/testdata/webkit html: sync testdata/webkit to match WebKit tip. 2010-06-15 09:07:47 +10:00
http http: client_test nil pointer fix 2010-06-30 18:57:27 +10:00
image undo changes accidentally included in 09c5add99d50 2010-06-20 12:45:39 -07:00
io io/ioutil.TempFile for Windows 2010-06-30 13:52:34 -07:00
json reflect: add Type.Bits method, add tags to prohibit conversions 2010-06-21 13:19:29 -07:00
log runtime: fix Caller 2010-04-05 23:36:37 -07:00
math math: amd64 versions of exp and fabs 2010-06-30 14:44:27 -07:00
mime simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
net net: initial attempt to implement windows version 2010-06-29 20:23:39 -07:00
netchan netchan: use gob DecodeValue to eliminate the need for a pointer value 2010-06-28 17:12:09 -07:00
nntp nntp: new package, NNTP client 2010-04-04 23:23:48 -07:00
once simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
os io/ioutil.TempFile for Windows 2010-06-30 13:52:34 -07:00
patch changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
path add path.Base, analogous to Unix basename 2010-06-09 19:59:22 -07:00
rand gofmt: more consistent formatting of const/var decls 2010-03-16 16:45:54 -07:00
reflect reflect: add Type.Bits method, add tags to prohibit conversions 2010-06-21 13:19:29 -07:00
regexp regexp: restore accidentally deleted test item. 2010-06-22 16:11:21 -07:00
rpc rpc: allow non-struct args and reply (they must still be pointers) 2010-06-28 16:05:54 -07:00
runtime runtime: fix scheduling bug - world wasn't stopping 2010-06-29 17:47:27 -07:00
scanner scanner: implement Peek() to look at the next char w/o advancing 2010-04-14 21:33:34 -07:00
sort changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
strconv strconv: fix %.1f, 0.09 2010-06-29 16:51:56 -07:00
strings Add IndexFunc and LastIndexFunc. 2010-06-14 14:54:48 -07:00
sync sync: allow to work on armv5 2010-02-18 15:37:16 -08:00
syscall io/ioutil.TempFile for Windows 2010-06-30 13:52:34 -07:00
syslog syslog: use local network for tests 2010-06-21 13:48:49 -07:00
tabwriter changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
template template: regularize the handling of interfaces, pointers, and 2010-05-09 16:40:38 -07:00
testing reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
time time: implement timezones for windows 2010-06-29 22:29:09 -07:00
unicode Unicode: fix stupid typo in comment. 2010-03-30 18:33:06 -07:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
utf16 utf16: add DecodeRune, EncodeRune 2010-04-21 16:27:18 -07:00
websocket pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests 2010-06-21 13:05:38 -07:00
xml reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
deps.bash fix deps.bash. \t does not mean tab in some seds. 2010-04-06 10:53:48 -07:00
Makefile Build draw/x11. Skip for test. 2010-06-23 15:08:27 +10:00