From 520d94fa3c7372f812ddf14f3daf404ace5c4b66 Mon Sep 17 00:00:00 2001 From: "sdwilsh%shawnwilsher.com" Date: Tue, 26 Jun 2007 23:53:56 +0000 Subject: [PATCH] Bug 247437 - SSE has issues with JPEG decoding. Patch by Ryan VanderMeulen . r=pavlov --- jpeg/jmorecfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jpeg/jmorecfg.h b/jpeg/jmorecfg.h index fcbde8f5245..43245dd6cef 100644 --- a/jpeg/jmorecfg.h +++ b/jpeg/jmorecfg.h @@ -111,7 +111,7 @@ typedef short JCOEF; #define HAVE_MMX_INTEL_MNEMONICS /* SSE2 code appears broken for some cpus (bug 247437) */ -/* #define HAVE_SSE2_INTEL_MNEMONICS */ +#define HAVE_SSE2_INTEL_MNEMONICS #endif /* Compressed datastreams are represented as arrays of JOCTET.