> 1) If a compiler set on a 32 bits machine, "long" to be 64 bits? (I > haven't looked at the sources, but I guess it is not the case for ken-cc > suite). > > 2) On a 64 bits (since Charles Forsyth has done work for amd64 at least > on ken-cc, this exists), I imagine "long" is an octa (64 bits).
with kenc, long === 32 bits even on 64 bit machines; there is no difference in storage size between long and int. - erik
