disable SSE2 for now

(until proper run-time detection is ready)

Change-Id: I7b8eee52b23fce2f1612ad7d4ed603ffb02620a2
This commit is contained in:
skal 2013-02-20 08:20:47 +01:00
parent 9479fb7d2d
commit 943386db4b

View File

@ -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" {