diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 02:03:56 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 02:03:56 -0800 |
commit | df456b691838fdbc1e8a7336f84c9e784fa358d5 (patch) | |
tree | c75815348cf0e111c1aa59bbf39b9bb5ec1a77ac /ChangeLog | |
parent | d49893bac4c0b842765bbf491720512048a1e13c (diff) | |
download | txr-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |