SOURCES: jpeg-mmx-x8664.patch - not "and" but "or"
blues
blues at pld-linux.org
Mon Oct 10 00:14:50 CEST 2005
Author: blues Date: Sun Oct 9 22:14:50 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- not "and" but "or"
---- Files affected:
SOURCES:
jpeg-mmx-x8664.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/jpeg-mmx-x8664.patch
diff -u SOURCES/jpeg-mmx-x8664.patch:1.1 SOURCES/jpeg-mmx-x8664.patch:1.2
--- SOURCES/jpeg-mmx-x8664.patch:1.1 Mon Oct 10 00:09:41 2005
+++ SOURCES/jpeg-mmx-x8664.patch Mon Oct 10 00:14:44 2005
@@ -5,7 +5,7 @@
#endif
/* And this for GNU compilers for x86 */
-#if defined(__GNUC__) && defined(__i386__)
-+#if defined(__GNUC__) && defined(__i386__) && defined(__x86_64__)
++#if defined(__GNUC__) && defined(__i386__) || defined(__x86_64__)
#define HAVE_MMX_ATT_MNEMONICS
#define SIMD_ALIGN 16
#endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/jpeg-mmx-x8664.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list