Skip to content

Commit 9f32ed2

Browse files
committed
official-stockfish#2035 and minor tweak
2 parents d1c968f + bad18bc commit 9f32ed2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/McCain-X2a

-326 KB
Binary file not shown.

src/search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ namespace {
12551255
// a reduced search on all the other moves but the ttMove and if the
12561256
// result is lower than ttValue minus a margin then we will extend the ttMove.
12571257
#ifdef Maverick
1258-
if ( depth > 4
1258+
if ( depth > 4 * ONE_PLY
12591259
&& move == ttMove
12601260
#else
12611261
if ( depth >= 8 * ONE_PLY

src/thread_win32_osx.h

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
18-
You should have received a copy of the GNU General Public License
19-
along with this program. If not, see <http://www.gnu.org/licenses/>.
20-
*/
18+
You should have received a copy of the GNU General Public License
19+
along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
*/
2121

2222
#ifndef THREAD_WIN32_OSX_H_INCLUDED
2323
#define THREAD_WIN32_OSX_H_INCLUDED

0 commit comments

Comments
 (0)