Framework for supporting SIMD acceleration
Designed to impose minimal changes on the "normal" code.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3645 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/jconfig.h.in b/common/jpeg/jconfig.h.in
index 4a10697..4e5e80e 100644
--- a/common/jpeg/jconfig.h.in
+++ b/common/jpeg/jconfig.h.in
@@ -28,6 +28,9 @@
/* Define if shift is unsigned */
#undef RIGHT_SHIFT_IS_UNSIGNED
+/* Use accelerated SIMD routines. */
+#undef WITH_SIMD
+
/* Define to 1 if type `char' is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__