64 bit longs?

Brian Scearce bls at u02.svl.cdc.com
Tue Jan 15 06:28:51 AEST 1991


hpa at casbah.acns.nwu.edu (Peter Anvin) writes:
>Does anyone know if this configuration is supported (presumably on 32-bit
>machines):
>char   =  8 bits
>short  = 16 bits
>int    = 32 bits
>long   = 64 bits

The CDC Cyber 180 series (64 bit machine) has:
char   =  8 bits
short  = 32 bits
int    = 64 bits
long   = 64 bits
pointer= 48 bits

Not exactly what you asked for, but it does answer the subject line.

--
     Brian Scearce (bls at robin.svl.cdc.com  -or-  robin!bls at shamash.cdc.com)
 Any opinions expressed herein do not necessarily reflect CDC corporate policy.



More information about the Comp.lang.c mailing list