summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-11 02:03:56 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-11 02:03:56 -0800
commitdf456b691838fdbc1e8a7336f84c9e784fa358d5 (patch)
treec75815348cf0e111c1aa59bbf39b9bb5ec1a77ac /ChangeLog
parentd49893bac4c0b842765bbf491720512048a1e13c (diff)
downloadtxr-df456b691838fdbc1e8a7336f84c9e784fa358d5.tar.gz
txr-df456b691838fdbc1e8a7336f84c9e784fa358d5.tar.bz2
txr-df456b691838fdbc1e8a7336f84c9e784fa358d5.zip
* arith.c: Regenerated.
* arith.txr (highest_bit): Oops, half the logic for the 64 bit case was missing due to to a cut and paste mistake.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1353e7ae..3ec1d4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* arith.c: Regenerated.
+ * arith.txr (highest_bit): Oops, half the logic for
+ the 64 bit case was missing due to to a cut and paste mistake.
+
+2011-12-11 Kaz Kylheku <kaz@kylheku.com>
+
+ * arith.c: Regenerated.
+
* arith.txr (highest_bit): New function.
(mul): Use highest_bit instead of shift based algorithm.