DJ Delorie wrote:
Please forgive my ignorance, but can't one just define a 64bit
integer on a 32bit system?

Yes, but there's a loss of performance if you do that.
if one really is anal about it, use 'long long int' which is an 80-bit integer on Intel machines and they are handled by the floatingpoint unit, despite they are real
integers (and, xor, shift, rot, mod, ...)


_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to