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

Unified Diff: src/core/SkOpts.cpp

Issue 1432903002: float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 1.0f/255 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 | « src/core/SkNx.h ('k') | src/opts/SkNx_avx.h » ('j') | src/opts/SkNx_avx.h » ('J')
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 99ffc1b7f33e53943cbd73a8dc4d9acb2336fb3a..ee80e4de3c46c8432c5eb5e0acdd1bc605dbf26f 100644
--- a/src/core/SkOpts.cpp
+++ b/src/core/SkOpts.cpp
@@ -84,7 +84,7 @@ namespace SkOpts {
void Init_ssse3();
void Init_sse41();
void Init_sse42() { SkDEBUGCODE( SkDebugf("sse 4.2 detected\n"); ) }
- void Init_avx() { SkDEBUGCODE( SkDebugf("avx detected\n"); ) }
+ void Init_avx();
void Init_avx2() { SkDEBUGCODE( SkDebugf("avx2 detected\n"); ) }
void Init_neon();
//TODO: _dsp2, _armv7, _armv8, _x86, _x86_64, _sse42, ... ?
« no previous file with comments | « src/core/SkNx.h ('k') | src/opts/SkNx_avx.h » ('j') | src/opts/SkNx_avx.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698