summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorhubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 09:39:57 +0000
committerhubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 09:39:57 +0000
commitdef8bc79f8f7da1ca7378d8ff72f403ba3ccd46b (patch)
tree4acbb16f066367bec0d8fde4c366359d04e93b16 /skia
parent1d92b0b463c09cad6a2bc6d3850842ca69e61640 (diff)
downloadchromium_src-def8bc79f8f7da1ca7378d8ff72f403ba3ccd46b.zip
chromium_src-def8bc79f8f7da1ca7378d8ff72f403ba3ccd46b.tar.gz
chromium_src-def8bc79f8f7da1ca7378d8ff72f403ba3ccd46b.tar.bz2
enable more SSE2
BUG=181072 Review URL: https://chromiumcodereview.appspot.com/12976003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/ext/convolver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h
index 9101a5e..ccff074 100644
--- a/skia/ext/convolver.h
+++ b/skia/ext/convolver.h
@@ -13,11 +13,9 @@
#include "third_party/skia/include/core/SkTypes.h"
#if defined(ARCH_CPU_X86_FAMILY)
-#if defined(__x86_64__) || defined(_M_X64) || defined(__SSE2__) || _M_IX86_FP==2
// This is where we had compiler support for SSE2 instructions.
#define SIMD_SSE2 1
#endif
-#endif
// avoid confusion with Mac OS X's math library (Carbon)
#if defined(__APPLE__)