[Gmp-commit] /var/hg/gmp: (choice_array): Amend 2013-05-03 change to include ...

mercurial at gmplib.org mercurial at gmplib.org
Mon Jul 24 10:25:40 UTC 2017


details:   /var/hg/gmp/rev/3cb679d88e81
changeset: 17480:3cb679d88e81
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Mon Jul 24 12:25:32 2017 +0200
description:
(choice_array): Amend 2013-05-03 change to include more functions.

diffstat:

 tests/devel/try.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r e09ef6f9e198 -r 3cb679d88e81 tests/devel/try.c
--- a/tests/devel/try.c	Sun Jul 23 20:56:36 2017 +0200
+++ b/tests/devel/try.c	Mon Jul 24 12:25:32 2017 +0200
@@ -1866,19 +1866,19 @@
   { TRY(mpn_rsh1sub_n), TYPE_RSH1SUB_N },
 #endif
 
-#if HAVE_NATIVE_mpn_addlsh1_nc
+#if HAVE_NATIVE_mpn_addlsh1_nc == 1
   { TRY(mpn_addlsh1_nc), TYPE_ADDLSH1_NC },
 #endif
-#if HAVE_NATIVE_mpn_addlsh2_nc
+#if HAVE_NATIVE_mpn_addlsh2_nc == 1
   { TRY(mpn_addlsh2_nc), TYPE_ADDLSH2_NC },
 #endif
 #if HAVE_NATIVE_mpn_addlsh_nc
   { TRY(mpn_addlsh_nc), TYPE_ADDLSH_NC },
 #endif
-#if HAVE_NATIVE_mpn_sublsh1_nc
+#if HAVE_NATIVE_mpn_sublsh1_nc == 1
   { TRY(mpn_sublsh1_nc), TYPE_SUBLSH1_NC },
 #endif
-#if HAVE_NATIVE_mpn_sublsh2_nc
+#if HAVE_NATIVE_mpn_sublsh2_nc == 1
   { TRY(mpn_sublsh2_nc), TYPE_SUBLSH2_NC },
 #endif
 #if HAVE_NATIVE_mpn_sublsh_nc


More information about the gmp-commit mailing list