diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 22:46:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 22:46:52 +0200 |
| commit | 4a7e2dccaa54bc42a4b67cf35cf8b926cf357bb3 (patch) | |
| tree | fa08602a6225d45d8d3fb69a258980a63c3383d4 /README.md | |
| parent | 97b3aa48a8d6ccdf2a3ce587bf8ac130c00c1b64 (diff) | |
| download | nissy-core-4a7e2dccaa54bc42a4b67cf35cf8b926cf357bb3.tar.gz nissy-core-4a7e2dccaa54bc42a4b67cf35cf8b926cf357bb3.zip | |
Added transformations (and fixed tests)
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: |
