]> Cypherpunks repositories - gostls13.git/commit
math: special cases for Modf, Frexp and Ldexp; added Modf_386
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 5 Feb 2010 08:41:30 +0000 (00:41 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 5 Feb 2010 08:41:30 +0000 (00:41 -0800)
commit04217ee54e82fcfac555544b680dedf44806671a
treefb37eda5e7ec66061b3b5dd3988478d48e01035a
parentdb3ec4f239ad855066beb7f2942f6c736727131b
math: special cases for Modf, Frexp and Ldexp; added Modf_386

Also moved Modf from bits.go into modf.go and added timing tests.

R=rsc
CC=golang-dev
https://golang.org/cl/202042
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/bits.go
src/pkg/math/modf.go [new file with mode: 0644]
src/pkg/math/modf_386.s [new file with mode: 0644]
src/pkg/math/modf_decl.go [new file with mode: 0644]