forked from brooke/mandel-6502
update docs for 32-bit intermediates
This commit is contained in:
parent
2e8893fd78
commit
cc83c76706
2 changed files with 3 additions and 5 deletions
4
todo.md
4
todo.md
|
|
@ -3,13 +3,11 @@ things to try:
|
|||
* skip add on the top-byte multiply in sqr8/mul8
|
||||
* should save a few cycles, suggestion by jamey
|
||||
|
||||
* perform the zx_next = zx^s + cx in 32-bit space, before rounding
|
||||
* should improve precision on max zoom, might cost a few cycles
|
||||
|
||||
* patch the entire expanded-ram imul8xe on top of imul8 to avoid the 3-cycle thunk penalty :D
|
||||
|
||||
* try 3.13 fixed point instead of 4.12 for more precision
|
||||
* can we get away without the extra bit?
|
||||
* since exit compare space would be 6.26 i think so
|
||||
|
||||
* y-axis mirror optimization
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue