diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 00:39:54 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 00:39:54 -0800 |
commit | d49893bac4c0b842765bbf491720512048a1e13c (patch) | |
tree | 90408c6d3357695f23178ceb40b424ee894f6c4c /ChangeLog | |
parent | 99c6face9bd7cd86c22293201ab0645bb613f6d4 (diff) | |
download | txr-d49893bac4c0b842765bbf491720512048a1e13c.tar.gz txr-d49893bac4c0b842765bbf491720512048a1e13c.tar.bz2 txr-d49893bac4c0b842765bbf491720512048a1e13c.zip |
* arith.c: Regenerated.
* arith.txr (highest_bit): New function.
(mul): Use highest_bit instead of shift based algorithm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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. + 2011-12-10 Kaz Kylheku <kaz@kylheku.com> * txr.vim (txr_atat): New match. The @@ sequence is recognized |