From 17caa3c6cfbf74b89714f5c46cb896e3f132f667 Mon Sep 17 00:00:00 2001 From: wbhart Date: Thu, 29 Jan 2009 06:26:13 +0000 Subject: [PATCH] Reinstated all the tests in t-fat.c. --- tests/mpn/t-fat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/mpn/t-fat.c b/tests/mpn/t-fat.c index 46482f92..ca7b43cf 100644 --- a/tests/mpn/t-fat.c +++ b/tests/mpn/t-fat.c @@ -124,7 +124,7 @@ check_functions (void) } #endif - /*memcpy (&__gmpn_cpuvec, &initial_cpuvec, sizeof (__gmpn_cpuvec)); + memcpy (&__gmpn_cpuvec, &initial_cpuvec, sizeof (__gmpn_cpuvec)); for (i = 0; i < 2; i++) { xp[0] = 1605; @@ -209,7 +209,7 @@ check_functions (void) ASSERT_ALWAYS (wp[1] == 0); } -/*#if HAVE_NATIVE_mpn_preinv_divrem_1 && GMP_NAIL_BITS == 0 +#if HAVE_NATIVE_mpn_preinv_divrem_1 && GMP_NAIL_BITS == 0 memcpy (&__gmpn_cpuvec, &initial_cpuvec, sizeof (__gmpn_cpuvec)); for (i = 0; i < 2; i++) { @@ -232,7 +232,7 @@ check_functions (void) refmpn_invert_limb (GMP_LIMB_HIGHBIT)); ASSERT_ALWAYS (r == 123); } -#endif*/ +#endif memcpy (&__gmpn_cpuvec, &initial_cpuvec, sizeof (__gmpn_cpuvec)); for (i = 0; i < 2; i++)