Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Issue 10026017: Fix incorrect Math.pow() calculations with MinGW-w64 (Closed)

Created:
8 years, 8 months ago by Net147
Modified:
8 years, 8 months ago
Reviewers:
ulan, alexeif, Yang
CC:
v8-dev
Visibility:
Public.

Description

Fix incorrect Math.pow() calculations with MinGW-w64 Contributed by net147@gmail.com BUGS= TEST=mjsunit/math-pow,mjsunit/math-sqrt

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M src/assembler.cc View 1 chunk +16 lines, -0 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
Net147
8 years, 8 months ago (2012-04-09 07:36:46 UTC) #1
Yang
On 2012/04/09 07:36:46, Net147 wrote: Please explain why this is necessary. Is the implementation of ...
8 years, 8 months ago (2012-04-17 13:44:56 UTC) #2
Net147
On 2012/04/17 13:44:56, Yang wrote: > On 2012/04/09 07:36:46, Net147 wrote: > > Please explain ...
8 years, 8 months ago (2012-04-17 13:54:26 UTC) #3
Yang
On 2012/04/17 13:54:26, Net147 wrote: > On 2012/04/17 13:44:56, Yang wrote: > > On 2012/04/09 ...
8 years, 8 months ago (2012-04-17 14:02:51 UTC) #4
Net147
On 2012/04/17 14:02:51, Yang wrote: > On 2012/04/17 13:54:26, Net147 wrote: > > On 2012/04/17 ...
8 years, 8 months ago (2012-04-17 14:17:48 UTC) #5
Yang
On 2012/04/17 14:17:48, Net147 wrote: > On 2012/04/17 14:02:51, Yang wrote: > > On 2012/04/17 ...
8 years, 8 months ago (2012-04-17 14:26:23 UTC) #6
Net147
On 2012/04/17 14:26:23, Yang wrote: > On 2012/04/17 14:17:48, Net147 wrote: > > On 2012/04/17 ...
8 years, 8 months ago (2012-04-17 14:54:46 UTC) #7
Yang
On 2012/04/17 14:54:46, Net147 wrote: > On 2012/04/17 14:26:23, Yang wrote: > > On 2012/04/17 ...
8 years, 8 months ago (2012-04-17 16:17:00 UTC) #8
alexeif
https://chromiumcodereview.appspot.com/10026017/diff/5002/src/assembler.cc File src/assembler.cc (right): https://chromiumcodereview.appspot.com/10026017/diff/5002/src/assembler.cc#newcode1168 src/assembler.cc:1168: return ldexp(1.0, y); nit: y_int
8 years, 8 months ago (2012-04-17 16:40:13 UTC) #9
Net147
8 years, 8 months ago (2012-04-17 20:04:31 UTC) #10
On 2012/04/17 16:40:13, alexeif wrote:
> https://chromiumcodereview.appspot.com/10026017/diff/5002/src/assembler.cc
> File src/assembler.cc (right):
> 
>
https://chromiumcodereview.appspot.com/10026017/diff/5002/src/assembler.cc#ne...
> src/assembler.cc:1168: return ldexp(1.0, y);
> nit: y_int

Fix in https://chromiumcodereview.appspot.com/10116001/

Powered by Google App Engine
This is Rietveld 408576698