diff options
| author | enricotenuti <tenutz_27@outlook.it> | 2024-10-15 10:34:13 +0200 |
|---|---|---|
| committer | enricotenuti <tenutz_27@outlook.it> | 2024-10-15 10:34:13 +0200 |
| commit | 8c5f48d61627a986dc9feb8092f1f465b7f90ebc (patch) | |
| tree | eb0761367093403ebf17c13a8cb1550992203bf1 /src/utils/constants.h | |
| parent | 3c12def93ed667548bcd9c534c31ec31bfefb8e0 (diff) | |
| download | nissy-core-8c5f48d61627a986dc9feb8092f1f465b7f90ebc.tar.gz nissy-core-8c5f48d61627a986dc9feb8092f1f465b7f90ebc.zip | |
Neon uint8x8_t corners and minor fixes
Diffstat (limited to 'src/utils/constants.h')
| -rw-r--r-- | src/utils/constants.h | 8 |
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 | ||
