basil00 / Fathom

Syzygy TB probe tool.
MIT License
17 stars 26 forks source link

DECOMP64 #4

Open jdart1 opened 8 years ago

jdart1 commented 8 years ago

DECOMP64 is used in a few places in the code but I don't see anywhere that it is defined.

Should this be in tbconfig.h or is it from one of the included system headers?

basil00 commented 8 years ago

That's from Ronald's code. I am not sure what it is for. Probably related to decompression?

jdart1 commented 8 years ago

I emailed Ronald and he said DECOMP64 should be defined if running on a 64-bit OS. It enables 64-bit decompression code. But it appears this is not working correctly. I compiled with this define enabled then tried the sample app on this position: "4R3/k7/8/1p6/4K3/6b1/8/8 w - - 0 1" and it core dumped.

basil00 commented 8 years ago

In that case we keep it disabled for now.