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

Issue 1639863002: try plain-old code for sk_memset16/32 now that NEON is compile-time (Closed)

Created:
4 years, 11 months ago by mtklein_C
Modified:
4 years, 10 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

try plain-old code for sk_memset16/32 now that NEON is compile-time Most of these implementations now just say "always inline". Let's see if we can get away with the simplicity of doing that all the time. These inlined implementations can autovectorize easily. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1639863002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/3bc2624a4b89c49efd65f5e548ac5f2dd9351431

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : simpler #

Patch Set 4 : for #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -156 lines) Patch
M include/core/SkUtils.h View 1 2 3 2 chunks +6 lines, -36 lines 0 comments Download
M src/core/SkOpts.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M src/core/SkOpts.cpp View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M src/opts/SkOpts_neon.cpp View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
D src/opts/SkUtils_opts.h View 1 chunk +0 lines, -110 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1639863002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1639863002/60001
4 years, 10 months ago (2016-02-17 19:17:54 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-17 19:53:36 UTC) #5
mtklein_C
4 years, 10 months ago (2016-02-17 19:56:19 UTC) #9
reed1
do we have existing nanobenches to verify that we get about the same speed?
4 years, 10 months ago (2016-02-17 20:06:53 UTC) #10
mtklein
On 2016/02/17 20:06:53, reed1 wrote: > do we have existing nanobenches to verify that we ...
4 years, 10 months ago (2016-02-17 20:26:40 UTC) #11
reed1
that link did not work for me, but perhaps because I'm wfh. lgtm
4 years, 10 months ago (2016-02-17 22:19:23 UTC) #12
mtklein
On 2016/02/17 22:19:23, reed1 wrote: > that link did not work for me, but perhaps ...
4 years, 10 months ago (2016-02-17 22:20:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1639863002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1639863002/60001
4 years, 10 months ago (2016-02-17 22:20:37 UTC) #15
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 22:21:31 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/3bc2624a4b89c49efd65f5e548ac5f2dd9351431

Powered by Google App Engine
This is Rietveld 408576698