diff options
Diffstat (limited to 'src/utils/constants.h')
| -rw-r--r-- | src/utils/constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h index 1db1940..97bf436 100644 --- a/src/utils/constants.h +++ b/src/utils/constants.h | |||
| @@ -102,8 +102,10 @@ STATIC int64_t binomial[12][12] = { | |||
| 102 | 102 | ||
| 103 | #define MM_ALLMOVES UINT32_C(0x3FFFF) | 103 | #define MM_ALLMOVES UINT32_C(0x3FFFF) |
| 104 | #define MM_NOHALFTURNS UINT32_C(0x2DB6D) | 104 | #define MM_NOHALFTURNS UINT32_C(0x2DB6D) |
| 105 | #define MM_SIDE(m) (UINT32_C(7) << (uint32_t)(m)) | ||
| 105 | 106 | ||
| 106 | #define TM_ALLTRANS UINT64_C(0xFFFFFFFFFFFF) | 107 | #define TM_ALLTRANS UINT64_C(0xFFFFFFFFFFFF) |
| 108 | #define TM_SINGLE_UFr UINT64_C(1) | ||
| 107 | 109 | ||
| 108 | #define CORNER_UFR UINT8_C(0) | 110 | #define CORNER_UFR UINT8_C(0) |
| 109 | #define CORNER_UBL UINT8_C(1) | 111 | #define CORNER_UBL UINT8_C(1) |
