-
**Issue:**
- the bitboard encoding may be really nice for optimized draw-gen, but is rather hard to understand for deep learning algorithms
- therefore add a new bitboard data type and add conversio…
-
I try to compile a [chess engine](https://github.com/cetincan0/Defenchess) for usage inside an Android [chess gui](https://github.com/peterosterlund2/droidfish).
The chess engine compiles fine with…
-
Tests need to be created for everything that exists currently.
Add a testing framework.
-
-
Hey. The clang has a profiling error. In the Clang-9 version (previous) this was not. Here is the full reproduction of the compilation error.
```
make profile-build COMP=clang ARCH=armv8 -j7
Con…
-
Hi,
I compile Stockfish in MSYS2 using MINGW64 on my Windows 10 machine. I was always able to use use LTO and static linking by exluding line 649 and its subsequent endif, and adding -save-temps to…
-
hi, i successfilly compiled Cinnamon v2.4 on Xubuntu 20.04, but your JavaScript version does NOT compile .. what is wrong ? I'm not a beginner at Linux, i can provide more info eg. installed modules …
-
move_generation.cpp can be refactored to be made a lot smaller with a new function:
```cpp
void add_move(int i, int x, vector &moves, int move_piece, int move_type = REGULAR_MOVE) {
Bitboard new_…
-
**MinGW:**
C:\MinGW\home\Cfish-master\src>make -f MakeFile profile-build ARCH=x86-32 COMP=mingw
Default net: nn-62ef826d1a6d.nnue
Already available.
Config:
debug: 'no'
sanitize: 'no'
optim…
ghost updated
3 years ago
-
> Step 1/4. Building instrumented executable ...
> make ARCH=x86-64 COMP=mingw gcc-profile-make
> make[1]: Entering directory '/C/Users/****/Desktop/Stockfish-master/src'
> make ARCH=x86-64 COMP=mi…