diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-12 18:49:14 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-12 18:49:14 +0200 |
| commit | 1cf6502c9f3d8994e5c97f90cc29392043e40f2b (patch) | |
| tree | 5a0b7da5f701094c1e809ed2a3b11b5c2c29379d /TODO.txt | |
| parent | 6e9ca0165e27bb863b25ff2d72844731f38efca7 (diff) | |
| download | nissy-core-1cf6502c9f3d8994e5c97f90cc29392043e40f2b.tar.gz nissy-core-1cf6502c9f3d8994e5c97f90cc29392043e40f2b.zip | |
Added edge pruning table, to be tested
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -1,5 +1,10 @@ | |||
| 1 | TODO implement big pruning table for H48 solver (edges) | 1 | TODO test big pruning table for H48 |
| 2 | TODO alternative: ARM NEON part | 2 | TODO generate edge tables by corner case? |
| 3 | TODO make h48-core-portable | ||
| 4 | TODO checkdata and hash check for cocsep | ||
| 5 | TODO benchmarks for solve and table generation | ||
| 6 | TODO optimization for transform edges only (and test) | ||
| 7 | TODO ARM NEON part | ||
| 3 | 8 | ||
| 4 | ## H48 optimal solver | 9 | ## H48 optimal solver |
| 5 | 10 | ||
