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

Issue 964603002: Add sqrt() and rsqrt() to Sk4f. (Closed)

Created:
5 years, 10 months ago by mtklein_C
Modified:
5 years, 10 months ago
Reviewers:
mtklein, reed2, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add sqrt() and rsqrt() to Sk4f. This doesn't add them to the second-stringer Sk4i. It's unclear we should be doing that often, and we don't have efficient ways to do it except via floats. BUG=skia: Committed: https://skia.googlesource.com/skia/+/24aa0f0679d5299b394bcb62b1c4430e4cd34c65

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M src/core/Sk4x.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/core/Sk4x_portable.h View 1 2 chunks +16 lines, -0 lines 0 comments Download
M src/core/Sk4x_sse.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/Sk4xTest.cpp View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
mtklein_C
5 years, 10 months ago (2015-02-26 20:09:20 UTC) #2
reed2
lgtm -- fine that it is only for floats
5 years, 10 months ago (2015-02-26 20:37:30 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/964603002/20001
5 years, 10 months ago (2015-02-26 20:42:30 UTC) #6
commit-bot: I haz the power
5 years, 10 months ago (2015-02-26 20:48:09 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/24aa0f0679d5299b394bcb62b1c4430e4cd34c65

Powered by Google App Engine
This is Rietveld 408576698