home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 13903 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!bpb9204
  3. From: bpb9204@tamsun.tamu.edu (Brent)
  4. Subject: Re: Need desperate help !
  5. Message-ID: <1992Aug12.222407.19994@tamsun.tamu.edu>
  6. Organization: Texas A&M Univ., Inc.
  7. References: <1992Aug9.122506.7454@jarvis.csri.toronto.edu> <1396@treehouse.UUCP> <1992Aug10.005906.21369@tamsun.tamu.edu>
  8. Distribution: na
  9. Date: Wed, 12 Aug 1992 22:24:07 GMT
  10. Lines: 22
  11.  
  12. bpb9204@tamsun.tamu.edu (Brent) writes:
  13. |andyp@treehouse.UUCP (Andy Peterman) writes:
  14. ||In article <1992Aug9.122506.7454@jarvis.csri.toronto.edu>
  15. ||parki@csri.toronto.edu (Brian Parkinson) writes:
  16. ||>
  17. ||>The result is about 8500 (give or take).  So, in one second, my
  18. ||>Mac can only count to 8500 ?????????
  19. ||
  20. ||Here's the result of the above code on a Quadra 700 (68040 @ 25 Mhz):
  21. ||
  22. ||Without direct FPU calls: 184055
  23. ||With direct FPU calls (-mc68881 compiler flag): 1667404
  24. |
  25. |Mac Plus:
  26. |value of fx : 1924.000000      (improvement of about (1924-1840)/1840 = 5%)
  27. |value of dx : 162908   (integer)
  28.  
  29. I just ran that on my new IIsi and the figures are:
  30. 10850  (for floating point -- double long)
  31. 1360000+ (for long integers)
  32.  
  33. -Brent
  34.