aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-03 23:13:05 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-03 23:26:29 +0100
commitade2ed050a2d472b4dd01e30666f5e7ec5030724 (patch)
treebab29caba8fb2171348fb664d6098eb77d155a53 /README.md
parent9b1c9371333e20611ec5422e660ebec7e66c4261 (diff)
downloadnissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.tar.gz
nissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.zip
Moves work with avx2, fixed some stuff
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 571a859..4aa18c7 100644
--- a/README.md
+++ b/README.md
@@ -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

Generated with cgit - Back to sebastiano.tronto.net