]> Cypherpunks repositories - gostls13.git/commit
math: amd64 version of log
authorCharles L. Dorian <cldorian@gmail.com>
Mon, 12 Jul 2010 18:30:11 +0000 (11:30 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 12 Jul 2010 18:30:11 +0000 (11:30 -0700)
commitc28bd5445c5177d814056542927cf0491fb5f58a
tree1005979292311dcc8bc89080a4d06b6a2c8b44a8
parentb5b6ce08043daf13f22e4250d3bafea7eb826eda
math: amd64 version of log

Benchmarks 25ns/op (was 58ns/op) on 2.53GHz Intel Core 2 Duo.

R=rsc
CC=golang-dev
https://golang.org/cl/1740043
src/pkg/math/Makefile
src/pkg/math/log.go
src/pkg/math/log10.go [new file with mode: 0644]
src/pkg/math/log10_386.s [new file with mode: 0644]
src/pkg/math/log10_decl.go [new file with mode: 0644]
src/pkg/math/log_386.s
src/pkg/math/log_amd64.s [new file with mode: 0644]
src/pkg/math/log_decl.go