From 943386db4b7b2c4b75f399e8606de8cc5e4ff88b Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 20 Feb 2013 08:20:47 +0100 Subject: [PATCH] disable SSE2 for now (until proper run-time detection is ready) Change-Id: I7b8eee52b23fce2f1612ad7d4ed603ffb02620a2 --- src/dsp/lossless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsp/lossless.c b/src/dsp/lossless.c index 39e1c552..2cc08e72 100644 --- a/src/dsp/lossless.c +++ b/src/dsp/lossless.c @@ -14,7 +14,7 @@ #include "./dsp.h" // Define the following if target arch is sure to have SSE2 -#define WEBP_TARGET_HAS_SSE2 +// #define WEBP_TARGET_HAS_SSE2 #if defined(__cplusplus) || defined(c_plusplus) extern "C" {