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

Issue 669272: Added sqrt and pow for arm and x64 - to fix build failures. (Closed)

Created:
10 years, 9 months ago by Rico
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Added sqrt and pow for arm and x64 - to fix build failures. Committed: http://code.google.com/p/v8/source/detail?r=4055

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -6 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +11 lines, -1 line 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
Added math.pow and math.sqrt support in arm, mips and x64
10 years, 9 months ago (2010-03-08 13:39:46 UTC) #1
Mads Ager (chromium)
10 years, 9 months ago (2010-03-08 13:48:10 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698