Update TODO.

This commit is contained in:
Fabien Freling 2014-07-04 00:23:21 +02:00
parent 8811d7023e
commit 80975f6138

11
TODO.md
View file

@ -9,9 +9,16 @@
[ ] Fixed point computation?
# Cache
[X] Rotate per channel -> no gain
[-] Rotate per channel -> no gain
[ ] Load pixels in uint64-t
[ ] Cut image in tiles
[X] Cut image in tiles
[ ] Overlap?
[ ] Rotate in one temp tile then copy/move it
[-] Align memory -> no gain
# Quality
[X] Interpolate using SIMD, SSE (no big gain)
[ ] Image borders
# Bugs
[ ] first tile on each row is missing