diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -15,7 +15,13 @@ $ make test | |||
| 15 | 15 | ||
| 16 | ### Make AVX2 work | 16 | ### Make AVX2 work |
| 17 | 17 | ||
| 18 | * fix base get_ and set_ macros (constant arguments?) | 18 | * fix inverse, flipallcorners |
| 19 | |||
| 20 | ### Cleanup / refactor | ||
| 21 | |||
| 22 | * see planner | ||
| 23 | * change all set_epi to setr_epi | ||
| 24 | * change epi8 to epi64x (shorter!) | ||
| 19 | 25 | ||
| 20 | ### Documentation and interface | 26 | ### Documentation and interface |
| 21 | 27 | ||
| @@ -41,6 +47,7 @@ $ make test | |||
| 41 | end to check that it is actually solved. | 47 | end to check that it is actually solved. |
| 42 | * see if vcube's method to flip all corners is better | 48 | * see if vcube's method to flip all corners is better |
| 43 | * find a better way for computing the inverse? | 49 | * find a better way for computing the inverse? |
| 50 | * Improve avx2 instructions in general | ||
| 44 | 51 | ||
| 45 | ## Internal representation of the cube | 52 | ## Internal representation of the cube |
| 46 | 53 | ||
