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

Unified Diff: src/core/SkOpts.cpp

Issue 1445343002: De-spam SkOpts.cpp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: no static Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkOpts.cpp
diff --git a/src/core/SkOpts.cpp b/src/core/SkOpts.cpp
index ee80e4de3c46c8432c5eb5e0acdd1bc605dbf26f..1be8b40fd1dad5e6a275d1cb7e5e62588dd21d84 100644
--- a/src/core/SkOpts.cpp
+++ b/src/core/SkOpts.cpp
@@ -83,11 +83,10 @@ namespace SkOpts {
// Each Init_foo() is defined in src/opts/SkOpts_foo.cpp.
void Init_ssse3();
void Init_sse41();
- void Init_sse42() { SkDEBUGCODE( SkDebugf("sse 4.2 detected\n"); ) }
+ void Init_sse42() {}
void Init_avx();
- void Init_avx2() { SkDEBUGCODE( SkDebugf("avx2 detected\n"); ) }
+ void Init_avx2() {}
void Init_neon();
- //TODO: _dsp2, _armv7, _armv8, _x86, _x86_64, _sse42, ... ?
static void init() {
// TODO: Chrome's not linking _sse* opts on iOS simulator builds. Bug or feature?
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698