From c9e2d6466e42d6b779ac9ffa7c5ee9a9c7558df8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 3 Sep 2024 21:52:16 +0200 Subject: Moved stuff around --- src/utils/constants.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/utils/constants.h') 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] = { #define _trans_BDm UINT8_C(46) #define _trans_BLm UINT8_C(47) +#define _mm_normal UINT32_C(0x00) +#define _mm_inverse UINT32_C(0x01) +#define _mm_inversebranch UINT32_C(0x03) +#define _mm_normalbranch UINT32_C(0x02) +#define _mm_allmoves UINT32_C(0x3FFFF) +#define _mm_nohalfturns UINT32_C(0x2DB6D) + #define _c_ufr UINT8_C(0) #define _c_ubl UINT8_C(1) #define _c_dfl UINT8_C(2) -- cgit v1.3