home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / fortran / 2832 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.0 KB

  1. From: kauth@hpfcso.FC.HP.COM (Joan Kauth)
  2. Date: Fri, 24 Jul 1992 16:24:45 GMT
  3. Subject: Re: 64-bit integers from Sun f77
  4. Message-ID: <9080023@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!usc!sdd.hp.com!hpscdc!hplextra!hpfcso!kauth
  7. Newsgroups: comp.lang.fortran
  8. References: <1992Jul16.215352.25027@beaver.cs.washington.edu>
  9. Lines: 21
  10.  
  11. I can't answer your original question, but am curious as to why 64-bit
  12. integers are important for Fortran users, so I would like to pose a counter
  13. question.
  14.  
  15. Why do you need 64-bit integers?
  16. I.e. What do you use integers for that requires > 32 bits?
  17.  
  18. Some possibilities come to mind:
  19.  
  20.  o For importability from systems whose default integer size is 64-bits.
  21.  o For time or money representation.
  22.  o For representation of quantities (such as distance or length) which more
  23.    naturally would be REAL, but integer operations are faster.
  24.  o For more bit fields in an integer for use as flags.
  25.  
  26. Or ???
  27.  
  28.  
  29. Joan Kauth
  30. Hewlett-Packard  Fortran compiler lab
  31. Fort Collins, Colorado
  32.