From 124e7dd6977a0853d7a8399921e31fd1ccde2dcb Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 19 Feb 2014 20:45:22 -0800 Subject: * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square roots that were incorrect in the last digit/bit, because it was not generating the guess mask all the way down to bit zero. Also, added an early test to bail the loop when an the guess at the root happens to be right. * mpi-patches/add-bitops: Refreshed. * mpi-patches/fix-ctype-warnings: Likewise. * mpi-patches/mpi-to-double: Likewise. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 80823cbe..fef5ab1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2014-02-19 Kaz Kylheku + + * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square + roots that were incorrect in the last digit/bit, because it was not + generating the guess mask all the way down to bit zero. Also, added + an early test to bail the loop when an the guess at the root happens + to be right. + + * mpi-patches/add-bitops: Refreshed. + + * mpi-patches/fix-ctype-warnings: Likewise. + + * mpi-patches/mpi-to-double: Likewise. + 2014-02-19 Kaz Kylheku Fixing a long-running issue in the TXR pattern language: premature -- cgit v1.2.3