rename second perft function, perft_test()

This commit is contained in:
2024-04-17 18:43:09 +02:00
parent a13bdb04f1
commit 36e1d987f3
4 changed files with 16 additions and 25 deletions

View File

@@ -20,7 +20,6 @@
//eval_t pvs(pos_t *pos, int depth, int alpha, int beta, int color);
u64 perft(pos_t *pos, int depth, int ply);
u64 perft2(pos_t *pos, int depth, int ply);
u64 perft_new_pinners(pos_t *pos, int depth, int ply);
u64 perft_test(pos_t *pos, int depth, int ply);
#endif /* SEARCH_H */