]> git.sesse.net Git - stockfish/commitdiff
Disable spinlocks
authorMarco Costalba <mcostalba@gmail.com>
Mon, 2 Mar 2015 07:11:39 +0000 (08:11 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 2 Mar 2015 07:11:39 +0000 (08:11 +0100)
Now that c++11 branch has been merged in master,
disable unconditionally the spinlocks and use mutex
instead. This will allow to run fishtest even on HT
machines withouth changes.

In the future we will reintorduce spinlocks, once
we will have took care of fishtest.

No functional change.


No differences found