Add PEXT software implementation

For development/debug purposes.

No functional change.
This commit is contained in:
Marco Costalba
2014-04-07 16:02:24 +02:00
parent 2f92e3b525
commit 2bfe61c33b
2 changed files with 19 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
#include "types.h"
extern Bitboard pext(Bitboard b, Bitboard mask);
namespace Bitboards {
void init();