Fathom icon indicating copy to clipboard operation
Fathom copied to clipboard

DECOMP64

Open jdart1 opened this issue 9 years ago • 3 comments

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?

jdart1 avatar Feb 19 '16 03:02 jdart1

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

basil00 avatar Feb 19 '16 11:02 basil00

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.

jdart1 avatar Feb 26 '16 18:02 jdart1

In that case we keep it disabled for now.

basil00 avatar Feb 27 '16 14:02 basil00