Bug 247437 - disable sse2 jpeg code. r=biesi, sr=darin

git-svn-id: svn://10.0.0.236/trunk@159254 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2004-07-15 16:01:56 +00:00
parent cdaa2ae83f
commit 12a4fb28a3

View File

@@ -109,7 +109,9 @@ typedef short JCOEF;
#if defined(XP_WIN32) && defined(_M_IX86) && !defined(__GNUC__)
#define HAVE_MMX_INTEL_MNEMONICS
#define HAVE_SSE2_INTEL_MNEMONICS
/* SSE2 code appears broken for some cpus (bug 247437) */
/* #define HAVE_SSE2_INTEL_MNEMONICS */
#endif
/* Compressed datastreams are represented as arrays of JOCTET.