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

Unified Diff: gyp/common_conditions.gypi

Issue 357693002: MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMask (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | src/core/SkBlitter_RGB16.cpp » ('j') | src/core/SkBlitter_RGB16.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index ed54a58feb23eaa83fc5fd8f942c4647eeb42396..65435061ae89ec6180406e74c0c917e5112cd4ac 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -260,12 +260,16 @@
'cflags': [
'-mdsp',
],
+ 'defines': [
+ '__MIPS_HAVE_DSP',
djsollen 2014/07/11 15:57:01 rename to SK_MIPS_HAS_DSP
+ ],
}],
[ 'mips_dsp == 2', {
'cflags': [
'-mdspr2',
],
'defines': [
+ '__MIPS_HAVE_DSP',
'__MIPS_HAVE_DSPR2',
],
}],
« no previous file with comments | « no previous file | src/core/SkBlitter_RGB16.cpp » ('j') | src/core/SkBlitter_RGB16.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698