home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 10913 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.4 KB

  1. Xref: sparky comp.arch:10913 comp.lang.misc:3786
  2. Newsgroups: comp.arch,comp.lang.misc
  3. Path: sparky!uunet!kithrup!sef
  4. From: sef@kithrup.COM (Sean Eric Fagan)
  5. Subject: Re: how to advocate new software/hardware features (Re: Hardware Support for Numeric Algorithms)
  6. Organization: Kithrup Enterprises, Ltd.
  7. Date: Thu, 19 Nov 1992 11:12:33 GMT
  8. Message-ID: <1992Nov19.111233.3108@kithrup.COM>
  9. References: <martin.721995695@bert> <TMB.92Nov17181419@arolla.idiap.ch> <id.RT2V.U4F@ferranti.com>
  10. Lines: 23
  11.  
  12. In article <id.RT2V.U4F@ferranti.com> peter@ferranti.com (peter da silva) writes:
  13. >You can bet that 64-bit computers will have int=32, long=64, and
  14. >long-long=128.
  15.  
  16. 64-bit computers have:
  17.  
  18. a) int=32, long=32, long long=64 (ELXSI)
  19. b) int=64, long=64, long long=syntax error (Cray)
  20. c) int=32, long=64, long long=syntax error (alpha, I think)
  21.  
  22. (Note that, for the current and upcoming 64-bit microprocessor-based
  23. computers from the major companies [DEC and MIPS at least, presumably Sun]
  24. will probably end up having various options for type length, either on the
  25. command line, or via a header file.)
  26.  
  27. And throw in combinations of pointers being 32 and 64 bits (or 24 or 32
  28. bits, on the Cray)...
  29.  
  30. -- 
  31. Sean Eric Fagan  | "Time and space is a bitch!"
  32. sef@kithrup.COM  |    -- Gooshie (Dennis Wolfberg),
  33. -----------------+       "Quantum Leap:  Killin' Time"
  34. Any opinions expressed are my own, and generally unpopular with others.
  35.