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

Issue 488003005: Port fdlibm implementation for Math.sinh. (Closed)

Created:
6 years, 3 months ago by Yang
Modified:
6 years, 3 months ago
Reviewers:
Raymond Toy
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Port fdlibm implementation for Math.sinh. R=rtoy@chromium.org BUG=v8:3493 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=23512

Patch Set 1 #

Patch Set 2 : fix comment #

Patch Set 3 : fix comment #

Total comments: 7

Patch Set 4 : added TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -20 lines) Patch
M src/math.js View 2 chunks +1 line, -9 lines 0 comments Download
M test/mjsunit/es6/math-hyperbolic.js View 1 2 3 5 chunks +40 lines, -8 lines 0 comments Download
M third_party/fdlibm/fdlibm.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/fdlibm/fdlibm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/fdlibm/fdlibm.js View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
M tools/generate-runtime-tests.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Yang
6 years, 3 months ago (2014-08-27 11:16:38 UTC) #1
Raymond Toy
Code looks good. Just a few questions. https://codereview.chromium.org/488003005/diff/40001/test/mjsunit/es6/math-hyperbolic.js File test/mjsunit/es6/math-hyperbolic.js (right): https://codereview.chromium.org/488003005/diff/40001/test/mjsunit/es6/math-hyperbolic.js#newcode162 test/mjsunit/es6/math-hyperbolic.js:162: assertEquals(-1.7976931348621744e308, Math.sinh(-710.4758600739439)); ...
6 years, 3 months ago (2014-08-27 16:22:02 UTC) #2
Yang
https://codereview.chromium.org/488003005/diff/40001/test/mjsunit/es6/math-hyperbolic.js File test/mjsunit/es6/math-hyperbolic.js (right): https://codereview.chromium.org/488003005/diff/40001/test/mjsunit/es6/math-hyperbolic.js#newcode162 test/mjsunit/es6/math-hyperbolic.js:162: assertEquals(-1.7976931348621744e308, Math.sinh(-710.4758600739439)); On 2014/08/27 16:22:02, Raymond Toy wrote: > ...
6 years, 3 months ago (2014-08-28 07:18:08 UTC) #3
Raymond Toy
lgtm for the code. For the tests, I disagree on running the tests with --no-fast-math ...
6 years, 3 months ago (2014-08-28 17:15:55 UTC) #4
Yang
On 2014/08/28 17:15:55, Raymond Toy wrote: > lgtm for the code. > > For the ...
6 years, 3 months ago (2014-08-29 09:19:23 UTC) #5
Yang
6 years, 3 months ago (2014-08-29 09:33:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 23512 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698