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

Issue 131263003: MIPS: Implement sqrt in inline assembly. (Closed)

Created:
6 years, 11 months ago by kilvadyb
Modified:
6 years, 11 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Implement sqrt in inline assembly. Port r18506 (c7b2885) Original commit message: Call VSQRT directly to avoid the tiniest (1ulp) precision error that occurs in the system-supplied sqrt on QNX/ARM. All precision tests in SunSpider are now passing on this platform. BUG=

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix argument/result handlers. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -3 lines) Patch
M src/mips/codegen-mips.cc View 1 1 chunk +23 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kilvadyb
6 years, 11 months ago (2014-01-09 15:46:45 UTC) #1
Paul Lind
Please see the inline comments. https://codereview.chromium.org/131263003/diff/1/src/mips/codegen-mips.cc File src/mips/codegen-mips.cc (right): https://codereview.chromium.org/131263003/diff/1/src/mips/codegen-mips.cc#newcode538 src/mips/codegen-mips.cc:538: __ SetCallCDoubleArguments(f12); This is ...
6 years, 11 months ago (2014-01-09 17:46:44 UTC) #2
kilvadyb
https://codereview.chromium.org/131263003/diff/1/src/mips/codegen-mips.cc File src/mips/codegen-mips.cc (right): https://codereview.chromium.org/131263003/diff/1/src/mips/codegen-mips.cc#newcode538 src/mips/codegen-mips.cc:538: __ SetCallCDoubleArguments(f12); On 2014/01/09 17:46:45, Paul Lind wrote: > ...
6 years, 11 months ago (2014-01-09 18:46:09 UTC) #3
Paul Lind
LGTM, thanks.
6 years, 11 months ago (2014-01-09 18:51:15 UTC) #4
Paul Lind
6 years, 11 months ago (2014-01-09 19:01:14 UTC) #5
Committed as r18523.

Powered by Google App Engine
This is Rietveld 408576698