aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index f6a0b10..c507479 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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

Generated with cgit - Back to sebastiano.tronto.net