summaryrefslogtreecommitdiffstats
path: root/mpi-patches/faster-square-root
diff options
context:
space:
mode:
Diffstat (limited to 'mpi-patches/faster-square-root')
-rw-r--r--mpi-patches/faster-square-root8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpi-patches/faster-square-root b/mpi-patches/faster-square-root
index a19bab03..30f3da91 100644
--- a/mpi-patches/faster-square-root
+++ b/mpi-patches/faster-square-root
@@ -1,7 +1,7 @@
Index: mpi-1.8.6/mpi.c
===================================================================
---- mpi-1.8.6.orig/mpi.c 2011-12-13 15:18:37.000000000 -0800
-+++ mpi-1.8.6/mpi.c 2011-12-13 17:21:59.000000000 -0800
+--- mpi-1.8.6.orig/mpi.c 2012-03-04 11:45:43.071884757 -0800
++++ mpi-1.8.6/mpi.c 2012-03-04 11:45:43.556157007 -0800
@@ -158,6 +158,9 @@
mp_err s_mp_grow(mp_int *mp, mp_size min); /* increase allocated size */
mp_err s_mp_pad(mp_int *mp, mp_size min); /* left pad with zeroes */
@@ -130,7 +130,7 @@ Index: mpi-1.8.6/mpi.c
/* }}} */
-@@ -2541,21 +2522,9 @@
+@@ -2554,21 +2535,9 @@
int mp_count_bits(mp_int *mp)
{
@@ -153,7 +153,7 @@ Index: mpi-1.8.6/mpi.c
} /* end mp_count_bits() */
/* }}} */
-@@ -3119,6 +3088,27 @@
+@@ -3132,6 +3101,27 @@
abort();
}