diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/gmp-mparam.h | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2009-11-29 Torbjorn Granlund <tege@gmplib.org> + * mpn/x86_64/pentium4/gmp-mparam.h + (HAVE_NATIVE_mpn_addlsh1_n, HAVE_NATIVE_mpn_sublsh1_n): Don't undef. + * Makefile.am (EXTRA_DIST): Remove macos. 2009-11-28 Torbjorn Granlund <tege@gmplib.org> diff --git a/mpn/x86_64/pentium4/gmp-mparam.h b/mpn/x86_64/pentium4/gmp-mparam.h index 26fa78e36..f28c36343 100644 --- a/mpn/x86_64/pentium4/gmp-mparam.h +++ b/mpn/x86_64/pentium4/gmp-mparam.h @@ -23,8 +23,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ /* These routines exists for all x86_64 chips, but they are slower on Pentium4 than separate add/sub and shift. Make sure they are not really used. */ -#undef HAVE_NATIVE_mpn_addlsh1_n -#undef HAVE_NATIVE_mpn_sublsh1_n #undef HAVE_NATIVE_mpn_rsh1add_n #undef HAVE_NATIVE_mpn_rsh1sub_n |