SOURCES: jpeg-mmx-x8664.patch - parens because or is higher operator

glen glen at pld-linux.org
Mon Oct 10 00:30:44 CEST 2005


Author: glen                         Date: Sun Oct  9 22:30:44 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- parens because or is higher operator

---- Files affected:
SOURCES:
   jpeg-mmx-x8664.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/jpeg-mmx-x8664.patch
diff -u SOURCES/jpeg-mmx-x8664.patch:1.2 SOURCES/jpeg-mmx-x8664.patch:1.3
--- SOURCES/jpeg-mmx-x8664.patch:1.2	Mon Oct 10 00:14:44 2005
+++ SOURCES/jpeg-mmx-x8664.patch	Mon Oct 10 00:30:39 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.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list