aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-15 20:01:46 +0200
committerGitHub <noreply@github.com>2024-10-15 20:01:46 +0200
commit9198aede8761d6573f2ec3739b48e86f83947b56 (patch)
treeb6c7c39e81d1b6bfdd04ef70d243c7cc8171138e /src/utils
parent3c12def93ed667548bcd9c534c31ec31bfefb8e0 (diff)
parentb45892d12a6234935684aa7932491189987db2f0 (diff)
downloadnissy-core-9198aede8761d6573f2ec3739b48e86f83947b56.tar.gz
nissy-core-9198aede8761d6573f2ec3739b48e86f83947b56.zip
Merge pull request #4 from enricotenuti/master
Neon uint8x8_t corners and minor fixes
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h
index e985bc7..ab1b9d8 100644
--- a/src/utils/constants.h
+++ b/src/utils/constants.h
@@ -93,10 +93,10 @@ STATIC int64_t binomial[12][12] = {
93#define TRANS_BDm UINT8_C(46) 93#define TRANS_BDm UINT8_C(46)
94#define TRANS_BLm UINT8_C(47) 94#define TRANS_BLm UINT8_C(47)
95 95
96#define MM_NORMAL UINT32_C(0x00) 96#define MM_NORMAL UINT8_C(0x00)
97#define MM_INVERSE UINT32_C(0x01) 97#define MM_INVERSE UINT8_C(0x01)
98#define MM_INVERSEBRANCH UINT32_C(0x03) 98#define MM_INVERSEBRANCH UINT8_C(0x03)
99#define MM_NORMALBRANCH UINT32_C(0x02) 99#define MM_NORMALBRANCH UINT8_C(0x02)
100#define MM_ALLMOVES UINT32_C(0x3FFFF) 100#define MM_ALLMOVES UINT32_C(0x3FFFF)
101#define MM_NOHALFTURNS UINT32_C(0x2DB6D) 101#define MM_NOHALFTURNS UINT32_C(0x2DB6D)
102 102

Generated with cgit - Back to sebastiano.tronto.net