Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2001 11:01:54 -0400 (EDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Alfred Perlstein <bright@rush.net>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h
Message-ID:  <200105181501.LAA73010@khavrinen.lcs.mit.edu>
In-Reply-To: <20010518013221.M7118@superconductor.rush.net>
References:  <200105180143.f4I1hQv81254@freefall.freebsd.org> <20010517221208.L7118@superconductor.rush.net> <20010517211455.A67586@dragon.nuxi.com> <20010518013221.M7118@superconductor.rush.net>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Fri, 18 May 2001 01:32:21 -0400, Alfred Perlstein <bright@rush.net> said:

> My apologies, afaik there's some convention IPL integer-pointer-long?
> Basically some 64 bit archs _can_ have 64 bit "int" most people don't
> do that though for storage reasons.

The don't do that because interacting with the real world requires 8,
16, and 32-bit types and C can only represent two of these if `int' is
64 bits wide.  (C99 relaxes this restriction such that the
implementation is free to create additional integral types of
intermediate width, but all must be at least as wide as `char' and no
wider than `intmax_t'.  POSIX.1-200x unrelaxes this by requiring that
types of exactly 8, 16, and 32 bits in width exist; a 64-bit type may
exist but is not required.)

-GAWollman


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105181501.LAA73010>