From ade2ed050a2d472b4dd01e30666f5e7ec5030724 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 3 Nov 2023 23:13:05 +0100 Subject: Moves work with avx2, fixed some stuff --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 571a859..4aa18c7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,13 @@ $ make test ### Make AVX2 work -* fix base get_ and set_ macros (constant arguments?) +* fix inverse, flipallcorners + +### Cleanup / refactor + +* see planner +* change all set_epi to setr_epi +* change epi8 to epi64x (shorter!) ### Documentation and interface @@ -41,6 +47,7 @@ $ make test end to check that it is actually solved. * see if vcube's method to flip all corners is better * find a better way for computing the inverse? +* Improve avx2 instructions in general ## Internal representation of the cube -- cgit v1.3