diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-12 21:50:24 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-12 21:50:24 -0800 |
commit | 705896d8c9d738de984e593a67ec008a16736276 (patch) | |
tree | bd05102f0b52cc43307ecfe8aa80d904cfb36664 /mpi-patches/series | |
parent | 81f71cdbf8446246837665cc6f13e3da95a7db58 (diff) | |
download | txr-705896d8c9d738de984e593a67ec008a16736276.tar.gz txr-705896d8c9d738de984e593a67ec008a16736276.tar.bz2 txr-705896d8c9d738de984e593a67ec008a16736276.zip |
Git rid of some some loops in MPI where it is searching for
the highest bit, replacing them with an adapation of the
bit searching function used in arith.c.
* mpi-patches/series: Patch added.
* mpi-patches/bit-search-optimizations: New file.
Diffstat (limited to 'mpi-patches/series')
-rw-r--r-- | mpi-patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpi-patches/series b/mpi-patches/series index 5a4854d0..d12f15d1 100644 --- a/mpi-patches/series +++ b/mpi-patches/series @@ -9,3 +9,4 @@ fix-mult-bug mpi-set-mpi-word mpi-set-double-intptr fix-bad-shifts +bit-search-optimizations |