[Gmp-commit] /var/hg/gmp: Get LIMB sizes right.

mercurial at gmplib.org mercurial at gmplib.org
Mon Oct 19 04:09:43 UTC 2015


details:   /var/hg/gmp/rev/db4e0a88329f
changeset: 16888:db4e0a88329f
user:      Torbjorn Granlund <torbjorng at google.com>
date:      Mon Oct 19 06:09:10 2015 +0200
description:
Get LIMB sizes right.

diffstat:

 mpn/arm64/gmp-mparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r e2bbc8385e19 -r db4e0a88329f mpn/arm64/gmp-mparam.h
--- a/mpn/arm64/gmp-mparam.h	Sun Oct 18 18:16:16 2015 +0200
+++ b/mpn/arm64/gmp-mparam.h	Mon Oct 19 06:09:10 2015 +0200
@@ -28,8 +28,8 @@
 GNU Lesser General Public License along with the GNU MP Library.  If not,
 see https://www.gnu.org/licenses/.  */
 
-#define GMP_LIMB_BITS 32
-#define GMP_LIMB_BYTES 4
+#define GMP_LIMB_BITS 64
+#define GMP_LIMB_BYTES 8
 
 /* 2400 MHz AppliedMicro X-Gene */
 /* FFT tuning limit = 0.5 M */


More information about the gmp-commit mailing list