Chromium Code Reviews

Issue 10108022: Fix incorrect Math.pow() calculations on MinGW-w64. (Closed)

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

Description

Fix incorrect Math.pow() calculations on MinGW-w64. Original patch by Jonathan Liu <net147@gmail.com>; https://chromiumcodereview.appspot.com/10026017/ BUG= TEST=mjsunit/math-pow,mjsunit/math-sqrt Committed: https://code.google.com/p/v8/source/detail?r=11362

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+14 lines, -0 lines)
M src/assembler.cc View 1 chunk +14 lines, -0 lines 0 comments

Messages

Total messages: 1 (0 generated)
Yang
8 years, 8 months ago (2012-04-17 16:15:13 UTC) #1
LGTM.  Landing.

Powered by Google App Engine