diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-13 09:51:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-13 09:51:43 -0800 |
commit | d6825dcfed19d2639b304a96d8cec1cabb040783 (patch) | |
tree | d9f1df2768409c7c92702f14ebcb2c36921a7dea /ChangeLog | |
parent | 5a9bf359b9aca63f5eb26f5a371b0fae7dd353b4 (diff) | |
download | txr-d6825dcfed19d2639b304a96d8cec1cabb040783.tar.gz txr-d6825dcfed19d2639b304a96d8cec1cabb040783.tar.bz2 txr-d6825dcfed19d2639b304a96d8cec1cabb040783.zip |
Patch to shrink mpi-int to three words on 32 bit platforms,
so that obj_t stays four pointers wide.
* mpi-patches/series: New patch added.
* mpi-patches/shrink-mpi-int: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2011-12-13 Kaz Kylheku <kaz@kylheku.com> + + Patch to shrink mpi-int to three words on 32 bit platforms, + so that obj_t stays four pointers wide. + + * mpi-patches/series: New patch added. + + * mpi-patches/shrink-mpi-int: New file. + 2011-12-12 Kaz Kylheku <kaz@kylheku.com> * mpi-patches/bit-search-optimizations (s_highest_bit): Added static |