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

Issue 131022: Speculative fix for computing Math.pow(2, -1074) on win32 where... (Closed)

Created:
11 years, 6 months ago by Kasper Lund
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Speculative fix for computing Math.pow(2, -1074) on win32 where the overloaded pow(double, int) function from math.h produces the wrong answer. TBR=whesse@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=2214

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/runtime.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 6 months ago (2009-06-18 05:38:19 UTC) #1
William Hesse
11 years, 6 months ago (2009-06-18 08:15:15 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698