home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / misc / 4014 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.4 KB

  1. Path: sparky!uunet!mcsun!sun4nl!cwi.nl!dik
  2. From: dik@cwi.nl (Dik T. Winter)
  3. Newsgroups: comp.lang.misc
  4. Subject: Re: Safety.  Was: Re: Pointers
  5. Message-ID: <8311@charon.cwi.nl>
  6. Date: 11 Dec 92 22:59:50 GMT
  7. References: <Bz0Iy5.A9K@mentor.cc.purdue.edu> <1g6fl6INNktf@early-bird.think.com> <Bz1rFw.9s1@mentor.cc.purdue.edu>
  8. Sender: news@cwi.nl
  9. Organization: CWI, Amsterdam
  10. Lines: 21
  11.  
  12. In article <Bz1rFw.9s1@mentor.cc.purdue.edu> hrubin@pop.stat.purdue.edu (Herman Rubin) writes:
  13.  >                                                     The hardware has
  14.  > deteriorated, except for speed, for the number theorist; when Lehmer
  15.  > wrote his criticism, virtually all computers had double-length integer
  16.  > arithmetic.
  17. You asserted that before, and I asked you to name a few computers from the
  18. beginning of Fortran that had those capabilities.  I never saw a response.
  19. Can you respond now?
  20.  >              Many computers today do not have decent integer arithmetic
  21.  > at all.  The CRAYs are arch examples of that; one has to do a lot of
  22.  > extracting fields, packing and unpacking to even get at 24x24 -> 48
  23.  > multiplication.
  24. What extracting, packing and unpacking?
  25.     S3    S1<24
  26.     S4    S2<24
  27.     S5    S3*S4
  28. and look: the 48 bit product of the 24 bit quantities in S1 and S2 is now
  29. in S5.  (And what where your complaints about the syntax for assemblers?)
  30. -- 
  31. dik t. winter, cwi, kruislaan 413, 1098 sj  amsterdam, nederland
  32. home: bovenover 215, 1025 jn  amsterdam, nederland; e-mail: dik@cwi.nl
  33.