aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-19 22:03:17 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-19 22:03:17 +0100
commit2c8ad86805516211103df1ef7552d882f54748c3 (patch)
treefd3b1927a94c8aea02e6090cb9b441997fd7206d /TODO.txt
parentbb5abea645a31832e9d6a94cea09714a9b1632e3 (diff)
downloadnissy-core-2c8ad86805516211103df1ef7552d882f54748c3.tar.gz
nissy-core-2c8ad86805516211103df1ef7552d882f54748c3.zip
Removed src cube type, kept only H48 and LST (for now)
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