aboutsummaryrefslogtreecommitdiff
path: root/src/_constants.c
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 /src/_constants.c
parentf2dd7feb819fe4a8a4181dd1d04488e31f4b63a1 (diff)
downloadnissy-core-80ec600701aae54350679bbf5e0ce874c915506e.tar.gz
nissy-core-80ec600701aae54350679bbf5e0ce874c915506e.zip
AVX2 compiles, fails all tests; + some renaming
Diffstat (limited to 'src/_constants.c')
-rw-r--r--src/_constants.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_constants.c b/src/_constants.c
index 3121e3b..0070990 100644
--- a/src/_constants.c
+++ b/src/_constants.c
@@ -32,7 +32,7 @@
32#define _eflip 0x10U 32#define _eflip 0x10U
33#define _error 0xFFU 33#define _error 0xFFU
34 34
35move_t inverse_move[] = { 35static move_t inverse_move_arr[] = {
36 [U] = U3, 36 [U] = U3,
37 [U2] = U2, 37 [U2] = U2,
38 [U3] = U, 38 [U3] = U,
@@ -53,7 +53,7 @@ move_t inverse_move[] = {
53 [B3] = B, 53 [B3] = B,
54}; 54};
55 55
56trans_t inverse_trans[] = { 56static trans_t inverse_trans_arr[] = {
57 [UFr] = UFr, 57 [UFr] = UFr,
58 [ULr] = URr, 58 [ULr] = URr,
59 [UBr] = UBr, 59 [UBr] = UBr,

Generated with cgit - Back to sebastiano.tronto.net