What is the best board representation for 32bit CPU?
I'm planning to run my chess engine (when it's developed, will be starting development at the end of the summer) on a raspberry pi or a beagleboard and unfortunately those are 32 bit processors. It's too bad that they don't have 64bit yet so I'll have to forgo using bitboards.
Thanks.
p.s. I found this research paper http://www.doiserbia.nb.rs/img/doi/0354 ... 00011V.pdf unfortunately they didn't run move generation benchmarks o_O