Update TODO.
This commit is contained in:
parent
8811d7023e
commit
80975f6138
11
TODO.md
11
TODO.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue