diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -4,15 +4,14 @@ Work in progress. | |||
| 4 | 4 | ||
| 5 | TODO: | 5 | TODO: |
| 6 | 6 | ||
| 7 | * implement transformations (use write to SRC to make life easier) | ||
| 8 | * setup benchmarks | 7 | * setup benchmarks |
| 8 | * AVX2 compile-time switch | ||
| 9 | * coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym | 9 | * coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym |
| 10 | * pruning tables (1 bit per entry + fallback) | 10 | * pruning tables (1 bit per entry + fallback) |
| 11 | * solve.c | 11 | * solve.c |
| 12 | 12 | ||
| 13 | Optimizations: | 13 | Optimizations: |
| 14 | 14 | ||
| 15 | * avx2_cube.c | ||
| 16 | * multi-move (up to 4/5 moves at once) | 15 | * multi-move (up to 4/5 moves at once) |
| 17 | 16 | ||
| 18 | Things I need to learn: | 17 | Things I need to learn: |
