minor change in logic.c

This commit is contained in:
Brian Gladman 2017-05-23 19:50:52 +01:00
parent cfac8b2725
commit 3bd4c27a09

View File

@ -25,7 +25,7 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* Fake native prevalence of the tested operations, so that we actually test
the compiled functions, i.e., the ones which users will reach. The inlined
variants will be tested through tests/mpz/logic.c. */
#define HAVE_NATIVE_mpn_com 1
#define HAVE_NATIVE_mpn_com_n 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1