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

Issue 11748033: Only enable MinGW-w64 pow() workaround if needed (Closed)

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

Description

Only enable MinGW-w64 pow() workaround if needed The pow() workaround is no longer needed in the latest version of MinGW-w64. Contributed by net147@gmail.com BUGS= TEST=mjsunit/math-pow,mjsunit/math-sqrt Committed: https://code.google.com/p/v8/source/detail?r=13334

Patch Set 1 #

Patch Set 2 : #

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

Messages

Total messages: 3 (0 generated)
Net147
7 years, 11 months ago (2013-01-04 17:26:49 UTC) #1
Net147
Updated patch to not generate warning if compiling with -Wundef when __MINGW64_VERSION_RC is not defined.
7 years, 11 months ago (2013-01-05 00:59:12 UTC) #2
Yang
7 years, 11 months ago (2013-01-08 15:28:24 UTC) #3
On 2013/01/05 00:59:12, Net147 wrote:
> Updated patch to not generate warning if compiling with -Wundef when
> __MINGW64_VERSION_RC is not defined.

Thanks for your contribution! LGTM except for line break, which I will fix befor
I land this patch.

Powered by Google App Engine
This is Rietveld 408576698