>>>>> "WL" == Werner LEMBERG <w...@gnu.org> writes:

WL> Thanks.  So `int' is 32bit.

The only system I'm aware of where int was 64 bits was alpha.  (Cray's
first alpha systems went so far as to have sizeof(char)==sizeof(int)==
sizeof(long)==sizeof(int64_t)==1.)

Everyone else, as far as I remember, kept int==int32_t to avoid the
porting issues seen on ILP64.

Certainly all of amd64, arm64, sparc64, mips64, ppc64 are I32/LP64.

-JimC
-- 
James Cloos <cl...@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to