-
I am compiling for ARM926EJ-S, and I am not using the makefile (because it does not support armv5). My compilation command is currently `arm-linux-gnueabi-g++ -DNDEBUG -Wall -Wshadow -pedantic -Wcast-…
-
Warning C6262 Function uses '40076' bytes of stack: exceeds /analyze:stacksize '16384'. Consider moving some data to heap.
misc.cpp
```c++
// extract the working directory
workingDir…
-
Some people in the Stockfish discord stumbled into a reddit thread with a new move generator written in C++ which only uses the CPU. First tests show a speedup of 5x or more over our move generator.
…
-
I want to implement a way to define a variant with inaccessible squares, squares that no player can move to. I'm new to Fairy-Stockfish and trying to understand the code.
I saw that if I enter a con…
-
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
After cloning the repo and running "make all" I get the next messages:
$ make all
make avx2 && make avx && make sse && make sse2 && make popcnt
…
emdio updated
2 years ago
-
i get an error when compiling .. i'm on Linux Devuan Chimarea 4.0 (a Debian derivative) .. this is a rather old 64-bit laptop, does it suit ? Am i missing some module on my OS ? yesterday i cloned…
-
```
pine64-pinephone:~/stockfish/src$ make build
ARCH=armv8
Default net: nn-4401e826ebcc.nnue
Already available.
Config:
debug: 'no'
sanitize: 'none'
optimize: 'yes'
arch: 'armv8'
bits: '…
-
hi,
i use Pawn to examine its playing style & approach in unbalanced positions eg. this one in Scid :
![chess_engine_Pawn_to_move](https://user-images.githubusercontent.com/1109281/155336458-5…
-
| | |
| --- | --- |
| Bugzilla Link | [1488](https://llvm.org/bz1488) |
| Resolution | LATER |
| Resolved on | Sep 23, 2013 17:45 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-arc…
-
Hello
i want to covert stockfish c++ project to wasm with Emscripten in windows 10
i use this code for compile
`emcc main.cpp`
but this error
wasm-ld: error: C:\Users\GO\AppData\Local…
ghost updated
2 years ago