Update TODO.
This commit is contained in:
parent
5403a2deeb
commit
43208cea90
9
TODO.md
9
TODO.md
|
@ -1,10 +1,9 @@
|
|||
[-] Draw rotated pixels in src order -> cache write miss
|
||||
[X] Use atan2 at beginning and end of line.
|
||||
Interpolation in-between values
|
||||
[X] Test pixel perfect 90
|
||||
[ ] Fix out-of-bounds pixel set
|
||||
[ ] Test pixel perfect 0, 90
|
||||
|
||||
[ ] Optimization for square images?
|
||||
[X] Optimization for square images
|
||||
[X] Fixed point computation
|
||||
[-] -funroll-loops -> no gain
|
||||
[-] restrict qualifier -> unavailable in C++
|
||||
|
@ -31,4 +30,6 @@
|
|||
|
||||
# Quality
|
||||
[X] Interpolate using SIMD, SSE
|
||||
[ ] Image borders
|
||||
[ ] Fix out-of-bounds pixel set
|
||||
[X] Use padding
|
||||
[ ] Image borders
|
||||
|
|
Loading…
Reference in a new issue