mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Add PEXT software implementation
For development/debug purposes. No functional change.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern Bitboard pext(Bitboard b, Bitboard mask);
|
||||
|
||||
namespace Bitboards {
|
||||
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user