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

Unified Diff: src/core/SkOpts.cpp

Issue 1532613002: AVX 2 SrcOver blits: color32, blitmask. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: i'd have sworn other_cflags used to work Created 4 years, 11 months 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 | « gyp/opts.gypi ('k') | src/opts/SkOpts_avx2.cpp » ('j') | 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 28dd1afc71f08484b88e10fa3f5d118e3d68df71..674a1b715138046f98a90e9307c0f0c4ab87d4d4 100644
--- a/src/core/SkOpts.cpp
+++ b/src/core/SkOpts.cpp
@@ -92,7 +92,7 @@ namespace SkOpts {
void Init_sse41();
void Init_sse42() {}
void Init_avx();
- void Init_avx2() {}
+ void Init_avx2();
void Init_neon();
static void init() {
« no previous file with comments | « gyp/opts.gypi ('k') | src/opts/SkOpts_avx2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698