aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-29 10:29:27 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-29 10:31:38 +0100
commit80ec600701aae54350679bbf5e0ce874c915506e (patch)
tree137007693afb0d12b0886990b4bfb6d7278bfa22 /README.md
parentf2dd7feb819fe4a8a4181dd1d04488e31f4b63a1 (diff)
downloadnissy-core-80ec600701aae54350679bbf5e0ce874c915506e.tar.gz
nissy-core-80ec600701aae54350679bbf5e0ce874c915506e.zip
AVX2 compiles, fails all tests; + some renaming
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index cff5110..e519df9 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,16 @@ $ make test
11 11
12## TODO: 12## TODO:
13 13
14### Tests
15
16* inverse_move
17* inverse_trans
18
14### AVX2 19### AVX2
15 20
16* static `solvedcube` and co don't work, turn into functions? 21* fix base get_ and set_ macros (constant arguments?)
17* implement missing stuff (moves, transform) 22* implement missing stuff (moves, transform)
18* optimize things that use _base functions 23* optimize things that use get_ and set_
19 24
20### More features 25### More features
21 26

Generated with cgit - Back to sebastiano.tronto.net