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

Issue 1616013003: de-proc sk_float_rsqrt (Closed)

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

Description

de-proc sk_float_rsqrt This is the first of many little baby steps to have us stop runtime-detecting NEON. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1616013003 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/efcc125acd2d71eb077caf6db65fdd6b9eb1dc0d Committed: https://skia.googlesource.com/skia/+/a766ca87bfb1129a8cf4f8a428121caf60726de4

Patch Set 1 #

Patch Set 2 : missed #

Total comments: 1

Patch Set 3 : test both #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -55 lines) Patch
M include/private/SkFloatingPoint.h View 1 2 2 chunks +15 lines, -8 lines 0 comments Download
M src/core/SkOpts.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/core/SkOpts.cpp View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
D src/opts/SkFloatingPoint_opts.h View 1 chunk +0 lines, -35 lines 0 comments Download
M src/opts/SkOpts_neon.cpp View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M tests/MathTest.cpp View 1 2 4 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 28 (12 generated)
mtklein_C
4 years, 11 months ago (2016-01-21 20:56:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616013003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616013003/1
4 years, 11 months ago (2016-01-21 20:56:11 UTC) #5
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 11 months ago (2016-01-21 20:56:12 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/5429) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, ...
4 years, 11 months ago (2016-01-21 20:57:11 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616013003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616013003/20001
4 years, 11 months ago (2016-01-21 21:12:27 UTC) #10
reed1
unittest for the logic of the portable rsqrt approximator? perhaps that code itself we have ...
4 years, 11 months ago (2016-01-21 22:10:39 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-21 23:10:15 UTC) #13
mtklein
https://codereview.chromium.org/1616013003/diff/20001/src/opts/SkFloatingPoint_opts.h File src/opts/SkFloatingPoint_opts.h (left): https://codereview.chromium.org/1616013003/diff/20001/src/opts/SkFloatingPoint_opts.h#oldcode20 src/opts/SkFloatingPoint_opts.h:20: static float rsqrt(float x) { The portable rsqrt() logic ...
4 years, 11 months ago (2016-01-22 13:53:02 UTC) #14
reed1
Ah, meaning if we run MathTest on a machine with neither NEON nor SSE, it ...
4 years, 11 months ago (2016-01-22 16:22:56 UTC) #15
mtklein
On 2016/01/22 16:22:56, reed1 wrote: > Ah, meaning if we run MathTest on a machine ...
4 years, 11 months ago (2016-01-22 16:31:10 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616013003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616013003/40001
4 years, 11 months ago (2016-01-22 16:32:02 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://skia.googlesource.com/skia/+/efcc125acd2d71eb077caf6db65fdd6b9eb1dc0d
4 years, 11 months ago (2016-01-22 16:49:29 UTC) #21
mtklein
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1629503002/ by mtklein@google.com. ...
4 years, 11 months ago (2016-01-22 19:51:29 UTC) #22
mtklein
On 2016/01/22 19:51:29, mtklein wrote: > A revert of this CL (patchset #3 id:40001) has ...
4 years, 11 months ago (2016-01-22 19:58:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1616013003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1616013003/40001
4 years, 11 months ago (2016-01-26 15:29:40 UTC) #26
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 15:40:35 UTC) #28
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/a766ca87bfb1129a8cf4f8a428121caf60726de4

Powered by Google App Engine
This is Rietveld 408576698