SOURCES: jpeg-mmx-x8664.patch (NEW) - it should allow build on amd64

blues blues at pld-linux.org
Mon Oct 10 00:09:46 CEST 2005


Author: blues                        Date: Sun Oct  9 22:09:46 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- it should allow build on amd64

---- Files affected:
SOURCES:
   jpeg-mmx-x8664.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/jpeg-mmx-x8664.patch
diff -u /dev/null SOURCES/jpeg-mmx-x8664.patch:1.1
--- /dev/null	Mon Oct 10 00:09:46 2005
+++ SOURCES/jpeg-mmx-x8664.patch	Mon Oct 10 00:09:41 2005
@@ -0,0 +1,11 @@
+--- ./jmorecfg.h.org	2003-08-02 04:31:28.000000000 +0000
++++ ./jmorecfg.h	2005-10-09 21:58:15.000000000 +0000
+@@ -103,7 +103,7 @@
+ #define HAVE_MMX_INTEL_MNEMONICS 7
+ #endif
+ /* And this for GNU compilers for x86 */
+-#if defined(__GNUC__) && defined(__i386__)
++#if defined(__GNUC__) && defined(__i386__) && defined(__x86_64__)
+ #define HAVE_MMX_ATT_MNEMONICS 
+ #define SIMD_ALIGN 16
+ #endif
================================================================



More information about the pld-cvs-commit mailing list