aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to '')
-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