home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / fmath-40.4.lha / FMath / @FastMath.doc@ next >
Text File  |  1994-07-07  |  5KB  |  131 lines

  1. ------------------------------------------------------------------------
  2.                  Fast Math Libraries v40.4 (23-Jun-94)
  3. ------------------------------------------------------------------------
  4.  
  5. This  set  of  libraries  is a replacement for the original libraries by
  6. Commodore.   They  are  written in highly optimized assembler code using
  7. the  68881/68882  FPU  chips  and  the  68040  FPU  directly without any
  8. emulation  or  compatibility  overhead.   So  they are much faster, much
  9. smaller, and still 100% compatible.
  10.  
  11.  
  12. ------------------------------------------------------------------------
  13.                                 Contents
  14. ------------------------------------------------------------------------
  15.  
  16.         68040/math....library           68040 libraries
  17.         68882/math....library           68881/82 libraries
  18.         Benchmarks/...                  some small benchmark programs
  19.         FastMath.doc                    you are just reading it...
  20.         FastMath.doc.info               you have clicked on it...
  21.         Install Libs                    installer script
  22.         Install Libs.info               icon of installer script
  23.  
  24.  
  25. ------------------------------------------------------------------------
  26.                               Requirements
  27. ------------------------------------------------------------------------
  28.  
  29.                 68020, 68030 or 68040 CPU
  30.                 68881 or 68882 FPU (with 68020/30)
  31.  
  32.                 Kickstart/WB 2.04 or 3.x is recommended.
  33.  
  34.  
  35. ------------------------------------------------------------------------
  36.                                  Usage
  37. ------------------------------------------------------------------------
  38.  
  39. Simply  doubleclick  on  "Install  Libs"  to  install the libraries, the
  40. installer  script  automatically  selects the right version and replaces
  41. the old ones.  Thats all!
  42.  
  43. You  could  use  the  included benchmark programs (CLI only!) to do some
  44. before/after comparisons.
  45.  
  46. On the 68040 all tests will show significant speed increases.
  47. On  machines with 68020/30 and 68881/82 only mathtrans.library will show
  48. really  big  differences, but the others are much shorter and also a bit
  49. faster. So you should install them all.
  50.  
  51.  
  52. ------------------------------------------------------------------------
  53.                                 History
  54. ------------------------------------------------------------------------
  55.  
  56. 40.1    - first version (internal)
  57.  
  58. 40.2    - first public release
  59.  
  60. 40.3    - Powers with negative bases didn't work on 68881/82 version,
  61.           68040 version is still 40.2
  62.  
  63. 40.4    - Powers are more accurate now with 68881/82 version.
  64.           68040 version now only looks for the FPU40 flag if the
  65.           Kickstart version is >= 39.
  66.  
  67. ------------------------------------------------------------------------
  68.                                  Author
  69. ------------------------------------------------------------------------
  70.  
  71.  
  72.  
  73.                              Martin Berndt
  74.  
  75.                           Fr.-Alfred-Str. 115
  76.                              47226 Duisburg
  77.  
  78.                                 Germany
  79.  
  80.               E-Mail: m_berndt@tron.gun.de         UseNet
  81.                       M_BERNDT@WANDERER.ZER        Zerberus
  82.                       martin berndt 2:2433/20.10   Fido
  83.  
  84.  
  85.  
  86. ------------------------------------------------------------------------
  87.                               Legal stuff
  88. ------------------------------------------------------------------------
  89.  
  90.  
  91.                       This program is SHAREWARE !
  92.  
  93.  
  94. If  you continue using it longer than a week, please consider paying the
  95. fee of DM 30 or US$ 20.  So keep the developers developing...    Thanks!
  96.  
  97. Bank account for money transfers (Germany only):
  98.  
  99.                         R. Berndt
  100.                         Konto 393439-438
  101.                         BLZ 36010043
  102.                         Postgiroamt Essen
  103.  
  104.  
  105. BTW:
  106.  
  107. Until  now exactly NOBODY has  paid the ShareWare fee!  What a shame ...
  108. If this will not change soon, there will not be any further updates.
  109.  
  110.  
  111. Copyright
  112. ---------
  113. Fast  Math  Libraries are written and copyright © 1994 by Martin Berndt.
  114. No  parts  of  this  program  may be altered by any means (this includes
  115. editing, reprogramming, crunching, resourceing etc.), except archiving.
  116.  
  117. Disclaimer
  118. ----------
  119. The  author  is in no way liable for any changes made to any part of the
  120. program,  or  consequences thereof as he is in no way liable for damages
  121. or loss of data directly or indirectly caused by this software.
  122.  
  123. Distribution
  124. ------------
  125. Neither fees may be charged nor profits may be made by distributing this
  126. piece  of  software.  Only a nominal fee for costs of magnetic media may
  127. be  accepted,  the  amount  of  US  $5  shouldn't be exceeded for a disk
  128. containing Fast Math Libraries.
  129.  
  130. ------------------------------------------------------------------------
  131.