Kangaroo.cpp, line 169, function SetDP(int size) [I think that's the name of it off the top of my head]
::printf("DP size: %d [0x%" PRIx64 "]\n",dpSize,dMask);
This is ostensibly supposed to be the Unix format code for a 64-bit hex number, but it's not defined anywhere in the program. Could it be in a standard header file?
I have to change it to 256-bit (4 64-bit format codes strung together) because I wound up having to increase the DP size to 256 bits as well because I didn't feel like having ANOTHER field just for a truncated lowest-64 bits of the kangaroo position, especially when said field is shoved inside Int.bits64[3] of a 128-bit kangaroo and all the code references that.
There are 2 more occurrences of this which you can see with https://github.com/JeanLucPons/Kangaroo/search?q=PRIx64&type=
Could you help to fork update to version 256bit (for use up to #160 puzzle)?
may be work better than limited to fit 120 bits
JeanLucPons still on forum, Can possible to update? or may be limited because of have some problem technic when use work with high bits or not?