aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-03 21:52:16 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-03 21:52:16 +0200
commitc9e2d6466e42d6b779ac9ffa7c5ee9a9c7558df8 (patch)
treef4f569fcbd4d6704fb5dd44892911ce808f03332 /src/utils
parentff4bde84872ec0b93f0f097f5a56bd5e7cbb0311 (diff)
downloadnissy-core-c9e2d6466e42d6b779ac9ffa7c5ee9a9c7558df8.tar.gz
nissy-core-c9e2d6466e42d6b779ac9ffa7c5ee9a9c7558df8.zip
Moved stuff around
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h
index 52e2810..34b4f00 100644
--- a/src/utils/constants.h
+++ b/src/utils/constants.h
@@ -97,6 +97,13 @@ _static int64_t binomial[12][12] = {
97#define _trans_BDm UINT8_C(46) 97#define _trans_BDm UINT8_C(46)
98#define _trans_BLm UINT8_C(47) 98#define _trans_BLm UINT8_C(47)
99 99
100#define _mm_normal UINT32_C(0x00)
101#define _mm_inverse UINT32_C(0x01)
102#define _mm_inversebranch UINT32_C(0x03)
103#define _mm_normalbranch UINT32_C(0x02)
104#define _mm_allmoves UINT32_C(0x3FFFF)
105#define _mm_nohalfturns UINT32_C(0x2DB6D)
106
100#define _c_ufr UINT8_C(0) 107#define _c_ufr UINT8_C(0)
101#define _c_ubl UINT8_C(1) 108#define _c_ubl UINT8_C(1)
102#define _c_dfl UINT8_C(2) 109#define _c_dfl UINT8_C(2)

Generated with cgit - Back to sebastiano.tronto.net