switch to s8...s64 and u8...u64 integer notation

This commit is contained in:
2021-11-20 19:22:57 +01:00
parent 05a64ec742
commit aaa9cb8690
7 changed files with 37 additions and 28 deletions

View File

@@ -82,12 +82,12 @@ typedef unsigned char castle_t;
/* bitboard
*/
typedef uint64_t bitboard_t;
typedef u64 bitboard_t;
/* eval type
*/
typedef int64_t eval_t;
typedef u64 eval_t;
/* forward typedefs
*/