diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -39,6 +39,12 @@ switch. Here NISS may be useful. | |||
| 39 | * improve light solver with no table; consider using a small, hard-coded | 39 | * improve light solver with no table; consider using a small, hard-coded |
| 40 | table, e.g. H48 corner table? | 40 | table, e.g. H48 corner table? |
| 41 | 41 | ||
| 42 | ## ARM NEON intrinsics and other architectures | ||
| 43 | |||
| 44 | * For ARM: use two uint8x16_t (or uint8x16x2_t) and vqtbl* instructions; | ||
| 45 | see https://developer.arm.com/architectures/instruction-sets/intrinsics | ||
| 46 | * Implement also SSE? Why not... | ||
| 47 | |||
| 42 | ## Optimizations | 48 | ## Optimizations |
| 43 | 49 | ||
| 44 | ### General things | 50 | ### General things |
