]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- no longer needed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Jul 2006 15:46:40 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gimp-gcc4.patch -> 1.3

gimp-gcc4.patch [deleted file]

diff --git a/gimp-gcc4.patch b/gimp-gcc4.patch
deleted file mode 100644 (file)
index 423ea52..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- gimp-2.2.10/app/composite/gimp-composite-x86.h.orig        2005-01-08 00:58:33.000000000 +0100
-+++ gimp-2.2.10/app/composite/gimp-composite-x86.h     2005-12-31 01:55:07.543302360 +0100
-@@ -85,7 +85,7 @@
-  * (high-order bit of each word is left alone)
-  * clobber list must include: "%eax", "%ecx", "%edx", divisor quotient
-  */
--#define pdivwqX(dividend,divisor,quotient) "movd   %%" #dividend ",%%eax; " \
-+#define pdivwqX(dividend,divisor,quotient) "pushl %%ecx ; movd   %%" #dividend ",%%eax; " \
-                                           "movd   %%" #divisor  ",%%ecx; " \
-                                           "xorl   %%edx,%%edx; "           \
-                                           "divw   %%cx; "                  \
-@@ -108,8 +108,8 @@
-                                           "roll   $16, %%eax; "            \
-                                           "movd   %%eax,%%" #divisor ";"   \
-                                           "psllq  $32,%%" #divisor ";"     \
--                                          "por    %%" #divisor ",%%" #quotient ";"
--#define pdivwqX_clobber "%eax", "%ecx", "%edx", "%cc"
-+                                          "por    %%" #divisor ",%%" #quotient "; popl %%ecx"
-+#define pdivwqX_clobber "%eax", "%edx", "cc"
-    
- /*
-  * Quadword divide.  Adjusted for subsequent unsigned packing
This page took 0.04781 seconds and 4 git commands to generate.