diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -8,4 +8,15 @@ TODO: | |||
| 8 | * coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym | 8 | * coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym |
| 9 | * pruning tables (1 bit per entry + fallback) | 9 | * pruning tables (1 bit per entry + fallback) |
| 10 | * solve.c | 10 | * solve.c |
| 11 | |||
| 12 | Optimizations: | ||
| 13 | |||
| 14 | * multi-move (up to 4/5 moves at once) | ||
| 11 | * avx2_cube.c | 15 | * avx2_cube.c |
| 16 | |||
| 17 | Things I need to learn: | ||
| 18 | |||
| 19 | * Use AVX2 instructions, in particular | ||
| 20 | [_mm256_shuffle_epi8](https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-10/mm256-shuffle-epi8.html)) | ||
| 21 | * Inspect compiled assembly | ||
| 22 | * Use valgrind tool cachegrind and other profiling tools | ||
