diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-03 23:13:05 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-03 23:26:29 +0100 |
| commit | ade2ed050a2d472b4dd01e30666f5e7ec5030724 (patch) | |
| tree | bab29caba8fb2171348fb664d6098eb77d155a53 /README.md | |
| parent | 9b1c9371333e20611ec5422e660ebec7e66c4261 (diff) | |
| download | nissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.tar.gz nissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.zip | |
Moves work with avx2, fixed some stuff
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 | ||
