Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1594)

Issue 202042: code review 202042: math: special cases for Modf, Frexp and Ldexp; added Mo... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by Charlie Dorian
Modified:
14 years, 3 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

math: special cases for Modf, Frexp and Ldexp; added Modf_386 Also moved Modf from bits.go into modf.go and added timing tests.

Patch Set 1 #

Patch Set 2 : code review 202042: math: special cases for Modf, Frexp and Ldexp; added Mo... #

Total comments: 9

Patch Set 3 : code review 202042: math: special cases for Modf, Frexp and Ldexp; added Mo... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -26 lines) Patch
M src/pkg/math/Makefile View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/pkg/math/all_test.go View 1 2 10 chunks +113 lines, -1 line 0 comments Download
M src/pkg/math/bits.go View 1 2 3 chunks +14 lines, -25 lines 0 comments Download
A src/pkg/math/modf.go View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A src/pkg/math/modf_386.s View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A src/pkg/math/modf_decl.go View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Charlie Dorian
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2010-02-04 05:19:14 UTC) #1
rsc
Thanks. http://codereview.appspot.com/202042/diff/1001/14 File src/pkg/math/Makefile (right): http://codereview.appspot.com/202042/diff/1001/14#newcode1 src/pkg/math/Makefile:1: # Copyright 2009-2010 The Go Authors. All rights ...
14 years, 3 months ago (2010-02-04 08:20:17 UTC) #2
Charlie Dorian
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-02-04 13:15:09 UTC) #3
Charlie Dorian
On Thu, Feb 4, 2010 at 3:20 AM, <rsc@golang.org> wrote: > Thanks. > > > ...
14 years, 3 months ago (2010-02-04 13:38:23 UTC) #4
rsc
14 years, 3 months ago (2010-02-05 08:41:36 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=6676dc48f19c ***

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
http://codereview.appspot.com/202042

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b