]> git.sesse.net Git - stockfish/commit
Switch to hardware PEXT
authorMarco Costalba <mcostalba@gmail.com>
Mon, 7 Apr 2014 19:04:34 +0000 (21:04 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 12 Apr 2014 06:55:30 +0000 (08:55 +0200)
commitda2f8880b96004505e27b0b87f5df5bfe67a72a9
treec48cfc49bceff057c56bfc613f7a4bebb48e4e05
parentc556fe1d716fcef3215c239f02b314ec7b42f0d1
Switch to hardware PEXT

Retire software pext and introduce hardware
call when USE_PEXT is defined during compilation.

This is a full complete implementation of sliding
attacks using PEXT.

No functional change.
src/bitboard.cpp
src/bitboard.h
src/types.h