diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-19 20:45:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-19 20:45:22 -0800 |
commit | 124e7dd6977a0853d7a8399921e31fd1ccde2dcb (patch) | |
tree | 358586d1275e7927f72b9995ca68de48d5e557ae /ChangeLog | |
parent | 916b0f4a081b26ebb4b58afbcb651fc74dbe23cc (diff) | |
download | txr-124e7dd6977a0853d7a8399921e31fd1ccde2dcb.tar.gz txr-124e7dd6977a0853d7a8399921e31fd1ccde2dcb.tar.bz2 txr-124e7dd6977a0853d7a8399921e31fd1ccde2dcb.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2014-02-19 Kaz Kylheku <kaz@kylheku.com> + * 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 <kaz@kylheku.com> + Fixing a long-running issue in the TXR pattern language: premature opening of files, prior to directives that actually need data. The documentation basically lied that this is the case: namely, |