igel icon indicating copy to clipboard operation
igel copied to clipboard

UCI compatible chess engine

Results 6 igel issues
Sort by recently updated
recently updated
newest added

It's sad that it's not possible to compile the newest version on Android and Linux devices.

Hi, sorry not an issue (I didn't know where else to post this). I have modified the latest src to compile a non-avx build. Uses sse4.2 fallback routines. You can...

I have tried compiling (cmake then make as your guide) Igel on my macOS and got many error messages: ``` /Users/nguyenpham/Downloads/igel/src/fathom/tbprobe.cpp:902:5: error: 'sprintf' is deprecated: This function is provided for...

I am testing your engine with my own GUI program (not available yet) in Windows and when I send a command with a new line at the end of the...

gen.h - removing unused vars search.cpp - fix implicit conversion overflow tbprobe.cpp - use snprintf instead of deprecated sprintf also updated .gitignore to ignore cmake generated files along with downloaded...

C:/Users/zhouyangli/Downloads/igel-master/igel/src/nnue.cpp:29:22: error: expected ')' 29 | INCBIN(EmbeddedNNUE, EVALFILE); | ^ :1:18: note: expanded from macro 'EVALFILE' 1 | #define EVALFILE network_file | ^ C:/Users/zhouyangli/Downloads/igel-master/igel/src/nnue.cpp:29:1: note: to match this '(' 29...