diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 22:03:17 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 22:03:17 +0100 |
| commit | 2c8ad86805516211103df1ef7552d882f54748c3 (patch) | |
| tree | fd3b1927a94c8aea02e6090cb9b441997fd7206d /TODO.txt | |
| parent | bb5abea645a31832e9d6a94cea09714a9b1632e3 (diff) | |
| download | nissy-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.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 |
