Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!julius.cs.uiuc.edu!rpi!bu.edu!m2c!umvlsi!umaecs!gerst From: gerst@ecs.umass.edu Newsgroups: comp.lang.c Subject: RE: 64 bit longs? Message-ID: <12064.2791c710@ecs.umass.edu> Date: 14 Jan 91 14:58:24 GMT Lines: 45 Reply-To: lloyd@ucs.umass.edu >Subject: 64 bit longs? >Message-ID: <2567@casbah.acns.nwu.edu> >From: hpa@casbah.acns.nwu.edu (Peter Anvin) >Hi everyone. >As far as I have understood, the following configurations are the most >common "C" implementations for word length: [ some int size tables deleted ] >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 > >All machines I have tried C on have conformed to one of the former >configurations, none to the latter. interesting note: Use C on a Cyber 180 arch. running NOS/VE it looks like this: char = 8 bits short = 64 bits int = 64 bits long = 64 bits float = 64 bits double = 64 bits This might have changed with the new C (CV2) compiler..but we have yet to get it. (the system software is in another language :) >-- >H. Peter Anvin +++ A Strange Stranger +++ N9ITP/SM4TKN +++ >INTERNET: hpa@casbah.acns.nwu.edu FIDONET: 1:115/989.4 >BITNET: HPA@NUACC RBBSNET: 8:970/101.4 Chris Lloyd - lloyd@ucs.umass.edu