diff options
| -rw-r--r-- | README.md | 11 | ||||
| -rw-r--r-- | src/cube_array.c (renamed from src/array_cube.c) | 0 |
2 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 | ||
diff --git a/src/array_cube.c b/src/cube_array.c index 3445658..3445658 100644 --- a/src/array_cube.c +++ b/src/cube_array.c | |||
