summaryrefslogtreecommitdiff
path: root/tests/devel
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-07-24 12:25:32 +0200
committerTorbjorn Granlund <tg@gmplib.org>2017-07-24 12:25:32 +0200
commitea550c46e459b1a80d83fb8015506a098148b83b (patch)
tree9acfcb51a4279d553d0bf65f2693d7508d6ddc68 /tests/devel
parent93760aa355c14fc6118da78c3fa5ae63209affa9 (diff)
downloadgmp-ea550c46e459b1a80d83fb8015506a098148b83b.tar.gz
(choice_array): Amend 2013-05-03 change to include more functions.
Diffstat (limited to 'tests/devel')
-rw-r--r--tests/devel/try.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/devel/try.c b/tests/devel/try.c
index 9324c9bd0..f8f4a1c0e 100644
--- a/tests/devel/try.c
+++ b/tests/devel/try.c
@@ -1866,19 +1866,19 @@ const struct choice_t choice_array[] = {
{ 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