summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2013-07-02 13:03:51 +0100
committerChris Liddell <chris.liddell@artifex.com>2013-07-03 16:53:30 +0100
commita8d0fa19f927d045b81ec0380ea7448de38176d9 (patch)
tree148c31960018248b004fd559ece834f3d5cea934
parent3123e3ad0299dbc1cefc77f342e5f23e7be28a71 (diff)
downloadghostpdl-a8d0fa19f927d045b81ec0380ea7448de38176d9.tar.gz
Disable OpenJPEG SSE on Windows again.
Shelly reports that enabling SSE in Windows causes crashes in most of the JPX test jobs. At least for the present, disable it. CLUSTER_UNTESTED
-rw-r--r--gs/psi/msvc.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/gs/psi/msvc.mak b/gs/psi/msvc.mak
index af3530bce..58a6df312 100644
--- a/gs/psi/msvc.mak
+++ b/gs/psi/msvc.mak
@@ -884,7 +884,8 @@ CPU_TYPE=486
!endif
HAVE_SSE2=1
CFLAGS=$(CFLAGS) /DHAVE_SSE2
-JPX_SSE_CFLAGS=/D__SSE__
+# add "/D__SSE__" here, but causes crashes just now
+JPX_SSE_CFLAGS=
!endif
!endif