diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-28 20:42:24 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-28 20:42:24 +0200 |
| commit | b05fa355c49c619cce1226716a395381a944f578 (patch) | |
| tree | b46416e2fbbc70f3d780f4e0ea3de7763115efe0 /src/_constants.c | |
| parent | fabb1ae495c4404af0f26380c97d0bca7e881a27 (diff) | |
| download | nissy-core-b05fa355c49c619cce1226716a395381a944f578.tar.gz nissy-core-b05fa355c49c619cce1226716a395381a944f578.zip | |
Started working on AVX2 (not working yet)
Diffstat (limited to 'src/_constants.c')
| -rw-r--r-- | src/_constants.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/_constants.c b/src/_constants.c index 90deffe..3121e3b 100644 --- a/src/_constants.c +++ b/src/_constants.c | |||
| @@ -104,13 +104,6 @@ trans_t inverse_trans[] = { | |||
| 104 | [BRm] = RDm, | 104 | [BRm] = RDm, |
| 105 | }; | 105 | }; |
| 106 | 106 | ||
| 107 | cube_t solvedcube = { | ||
| 108 | .c = {0, 1, 2, 3, 4, 5, 6, 7}, | ||
| 109 | .e = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11} | ||
| 110 | }; | ||
| 111 | |||
| 112 | static cube_t errorcube = { .e = {0}, .c = {0} }; | ||
| 113 | |||
| 114 | static char *cornerstr[] = { | 107 | static char *cornerstr[] = { |
| 115 | [_c_ufr] = "UFR", | 108 | [_c_ufr] = "UFR", |
| 116 | [_c_ubl] = "UBL", | 109 | [_c_ubl] = "UBL", |
