[Gmp-commit] /var/hg/gmp: Remove mpn_sqr declaration, rely on copy in gmp-in.h.

mercurial at gmplib.org mercurial at gmplib.org
Sat Nov 2 02:48:10 CET 2013


details:   /var/hg/gmp/rev/68ca07e37764
changeset: 16083:68ca07e37764
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Oct 30 20:52:42 2013 +0100
description:
Remove mpn_sqr declaration, rely on copy in gmp-in.h.

diffstat:

 gmp-impl.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 528a190bd795 -r 68ca07e37764 gmp-impl.h
--- a/gmp-impl.h	Tue Oct 29 16:48:09 2013 +0100
+++ b/gmp-impl.h	Wed Oct 30 20:52:42 2013 +0100
@@ -1095,9 +1095,6 @@
 __GMP_DECLSPEC void mpn_mullo_basecase (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
 #endif
 
-#define mpn_sqr __MPN(sqr)
-__GMP_DECLSPEC void mpn_sqr (mp_ptr, mp_srcptr, mp_size_t);
-
 #ifndef mpn_sqr_basecase  /* if not done with cpuvec in a fat binary */
 #define mpn_sqr_basecase __MPN(sqr_basecase)
 __GMP_DECLSPEC void mpn_sqr_basecase (mp_ptr, mp_srcptr, mp_size_t);


More information about the gmp-commit mailing list