-
提案を書きたいのですが、GitHubで提案の仕方がよくわからないので、issueに書かせてもらいます。おかしかったら消してください。
Bitboard::operator ==()の実装なのですが、SSE4用は
return (_mm_testc_si128(_mm_cmpeq_epi8(this->m_, rhs.m_), _mm_set1_epi8(static_cast(0…
-
Currently, the repo supports only polyglot output. It does do this very fast (kudos)!!
The output currently returns the moves from any position and the weights. For a tournament chess player, it is…
-
```
parser.cpp:550:5: error: no matching function for call to 'mem_map'
mem_map(dbName.c_str(), &baseAddress, &mapping, &size);
^~~~~~~
./misc.h:111:6: note: candidate function not viable:…
-
N手詰めについて、もしまだ作成途中でしたらすいません。
weak_mate_n_ply()の
if ((around8 & to) && effected_to(us, to) && !effected_to(them, to) )
について、近接王手なのでtoには必ず相手方の玉の利きがあるためeffected_to(them, to)がtrueになり
if文全体としては必ずfalseになってしま…
tttak updated
8 years ago
-
asmFish is very stable in normal chess but crashes randomly in FRC (Chess960). In the file /guts/Castling.asm there are functions that check legality for short and long castling for white and black. A…
-
```
setoption name UCI_Variant value crazyhouse
position fen r2q1rk1/pp2bb1p/2pp2pK/7N/3pPR1P/1B1P2p1/PPPq4/R7[PPBNNN] b - - 49 25
```
At low depths and move times it evals the position as compl…
-
Using revision 3487eb9 x86-64-modern build for Windows,starting up Stockfish and entering
```
position fen
```
(i.e. no string for position) results in segfault.
Tested on Windows 7 x64, Intel i7 …
-
```
What steps will reproduce the problem?
1. Compile with Non-GCC compiler
What is the expected output? What do you see instead?
Expected output is errors because 64 bit integer constants are not
f…
-
I have been having trouble compiling my project using the latest stable compiler. It has been working with nightly this whole time :/
It fails when compiling existing modules within cargo, not when …
-
Hi all,
what i'm doing wrong? I'm using:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
CPU(s): 80
Thread(s) per core: 2
Core(s) per socket: 10
CPU socket(s):…