switch to s8...s64 and u8...u64 integer notation
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user