diff options
author | Søren Sandmann <sandmann@redhat.com> | 2008-05-15 01:07:59 -0400 |
---|---|---|
committer | Søren Sandmann <sandmann@redhat.com> | 2008-05-15 01:07:59 -0400 |
commit | 30bdbbed073750efa0a0c1e3f68925196e118953 (patch) | |
tree | e3b2791f258ac9a7607aa0338c6fd469989e5914 /TODO | |
parent | d71bfc7777a48edfeb0aee0e3da97ac700a3dc90 (diff) |
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -8,13 +8,6 @@ - Use pixmanFillsse2 and pixmanBltsse2 - - Crashes in Mozilla because of unaligned stack. Possible fixes - - - Make use of gcc 4.2 feature to align the stack - - - Write some sort of trampoline that aligns the stack - before calling SSE functions. - - Update the RLEASING file - Things to keep in mind if breaking ABI: @@ -151,6 +144,12 @@ done: +- SSE2 issues: + - Crashes in Mozilla because of unaligned stack. Possible fixes + - Make use of gcc 4.2 feature to align the stack + - Write some sort of trampoline that aligns the stack + before calling SSE functions. + - Get rid of the switch-of-doom; replace it with a big table describing the various fast paths. |