diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-29 10:29:27 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-29 10:31:38 +0100 |
| commit | 80ec600701aae54350679bbf5e0ce874c915506e (patch) | |
| tree | 137007693afb0d12b0886990b4bfb6d7278bfa22 /README.md | |
| parent | f2dd7feb819fe4a8a4181dd1d04488e31f4b63a1 (diff) | |
| download | nissy-core-80ec600701aae54350679bbf5e0ce874c915506e.tar.gz nissy-core-80ec600701aae54350679bbf5e0ce874c915506e.zip | |
AVX2 compiles, fails all tests; + some renaming
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -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 | ||
