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

Issue 221433002: Optimize pow(x, 0.5) to use sqrt instead. (Closed)

Created:
6 years, 8 months ago by srdjan
Modified:
6 years, 8 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Optimize pow(x, 0.5) to use sqrt instead. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=34624

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -16 lines) Patch
M runtime/vm/intermediate_language_ia32.cc View 1 2 chunks +51 lines, -16 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
Use sqrt instead of pow when possible. Next CL: implement for all other architectures.
6 years, 8 months ago (2014-04-01 22:43:47 UTC) #1
Cutch
lgtm
6 years, 8 months ago (2014-04-01 23:06:28 UTC) #2
srdjan
6 years, 8 months ago (2014-04-01 23:25:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r34624 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698