home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text6780.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  2.1 KB  |  44 lines

  1.     id m0uNNRc-0007u2a; Sat, 25 May 96 11:48 MDT
  2. Sender: owner-executor
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0uNNNI-0007ukn; Sat, 25 May 96 11:43 MDT
  5. Path: sloth.swcp.com!tesuque.cs.sandia.gov!lynx.unm.edu!newshub.tc.umn.edu!spool.mu.edu!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.cps.udayton.edu!news.engr.udayton.edu!blackbird.afit.af.mil!zombie.ncsc.mil!news.mathworks.com!news.kei.com!nntp.coast.net!howland.reston.ans.net!swrinde!newsfeed.internetmci.com!in2.uu.net!news.cadvision.com!cadd100.cadvision.com!user
  6. From: aupperlm@cadvision.com (Milton Aupperle)
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: system 7 & Fpu question
  9. Date: Fri, 24 May 1996 00:56:46 -0700
  10. Organization: ASC
  11. Lines: 23
  12. Message-ID: <aupperlm-2405960056470001@cadd100.cadvision.com>
  13. References: <01BB47D6.B9142820@loukyts126.mis.net> <m0uMHHV-000GQSC@gwar.ardi.com>
  14. NNTP-Posting-Host: cadd100.cadvision.com
  15. To: executor@ardi.com
  16. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  17. Sender: owner-executor@ardi.com
  18. Precedence: bulk
  19.  
  20. In article <m0uMHHV-000GQSC@gwar.ardi.com>, mat@ardi.com (Mat Hostetter) wrote:
  21.  
  22.  
  23. >Most Mac programs can't use the 680x0 FPU directly.  For those that
  24. >can, emulating a 680x0 FPU would speed up their floating point
  25. >substantially.
  26. >
  27. Mat;
  28.  
  29. Very true about this. I'm a Mac software developer for GIS type (very math
  30. intensive) software and accessing the FPU processor directly on the 68K
  31. series of macs will increase math performance by 2.5 to 4 times versus
  32. doing it through Apples' SANE calls. Most compilers allow you to do this,
  33. but it means having an additional version of the software for installation
  34. (we have 68K, 68K with FPU and PowerPC native version and you can do fat
  35. installs of either 68K or 68KWFPU with PowerPC too). It also means you
  36. have to extend your testing procedures too, cause although you can use
  37. those FPU emulators for both 68K and powerMacs, your testing the emulator,
  38. not the actual hardware, so there is a difference. So unless the software
  39. really needs that extra push for math intensive processing, it really is a
  40. bit of work to maintain.
  41.  
  42. Milton.
  43.  
  44.