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

Issue 1419553007: sse 4.2 detection (Closed)

Created:
5 years, 1 month ago by mtklein_C
Modified:
5 years, 1 month ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

sse 4.2 detection While we're detecting instruction sets, let's fill in this hole too. BUG=skia: Committed: https://skia.googlesource.com/skia/+/953549235ddaaf4e670b44bd69efa1ac1c835be0

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/core/SkOpts.cpp View 2 chunks +3 lines, -1 line 2 comments Download

Messages

Total messages: 17 (6 generated)
mtklein_C
Considerably simpler than AVX!
5 years, 1 month ago (2015-11-07 16:26:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419553007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419553007/1
5 years, 1 month ago (2015-11-07 16:26:43 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 1 month ago (2015-11-07 16:26:44 UTC) #5
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Please ask for an LGTM from a full ...
5 years, 1 month ago (2015-11-07 22:26:04 UTC) #7
msarett
lgtm
5 years, 1 month ago (2015-11-09 14:42:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419553007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419553007/1
5 years, 1 month ago (2015-11-09 14:57:46 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/953549235ddaaf4e670b44bd69efa1ac1c835be0
5 years, 1 month ago (2015-11-09 15:08:39 UTC) #12
Lei Zhang
https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp File src/core/SkOpts.cpp (right): https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp#newcode86 src/core/SkOpts.cpp:86: void Init_sse42() { SkDEBUGCODE( SkDebugf("sse 4.2 detected\n"); ) } ...
5 years, 1 month ago (2015-11-17 00:11:32 UTC) #14
mtklein
On 2015/11/17 at 00:11:32, thestig wrote: > https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp > File src/core/SkOpts.cpp (right): > > https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp#newcode86 ...
5 years, 1 month ago (2015-11-17 00:12:13 UTC) #15
mtklein
On 2015/11/17 at 00:11:32, thestig wrote: > https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp > File src/core/SkOpts.cpp (right): > > https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp#newcode86 ...
5 years, 1 month ago (2015-11-17 00:12:14 UTC) #16
Lei Zhang
5 years, 1 month ago (2015-11-17 00:14:51 UTC) #17
Message was sent while issue was closed.
On 2015/11/17 00:12:13, mtklein wrote:
> On 2015/11/17 at 00:11:32, thestig wrote:
> > https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp
> > File src/core/SkOpts.cpp (right):
> > 
> >
>
https://codereview.chromium.org/1419553007/diff/1/src/core/SkOpts.cpp#newcode86
> > src/core/SkOpts.cpp:86: void Init_sse42() { SkDEBUGCODE( SkDebugf("sse 4.2
> detected\n"); ) }
> > These are a wee bit spammy in debug builds. Every Chromium process that
starts
> up ends up printing this.
> 
> Oh, didn't realize you guys had SkDebugf turned on.  I'll remove them.

This is just a plain Debug build of Chromium. The bots OTOH, do Release builds
with DCHECKs turned on.

Powered by Google App Engine
This is Rietveld 408576698