From 2c8ad86805516211103df1ef7552d882f54748c3 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 19 Nov 2023 22:03:17 +0100 Subject: Removed src cube type, kept only H48 and LST (for now) --- TODO.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO.txt') 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. * improve light solver with no table; consider using a small, hard-coded table, e.g. H48 corner table? +## ARM NEON intrinsics and other architectures + +* For ARM: use two uint8x16_t (or uint8x16x2_t) and vqtbl* instructions; + see https://developer.arm.com/architectures/instruction-sets/intrinsics +* Implement also SSE? Why not... + ## Optimizations ### General things -- cgit v1.3