home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / FastIEEE / FastIEEE.readme < prev    next >
Text File  |  2000-01-23  |  6KB  |  136 lines

  1. Short:    Speed up your mathieee libraries!
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     util/sys
  5. Requires: Os 2.04, an 68040 (or an 68060), the MuLib 68040.library
  6. Version:  40.1
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10. FastIEEE replaces the math library functions, i.e. entries of the 
  11. mathieeesing/doub/bas/trans.libraries by routines which are more adequate for
  12. a 68040 or 68060 processor. The advantage of the new routines is that they
  13. no longer use FPU instructions that have to be emulated in software for the
  14. 68040 or 68060 processor. Hence, these routines go no longer thru an
  15. "emulator trap", are therefore more multitasking friendly and also faster.
  16. Some measurements have shown that the new IEEE routines provided by this
  17. program are approximately 1.5 times faster.
  18.  
  19. NOTE THAT THIS MAKES ONLY A DIFFERENCE IF PROGRAMS REALLY USE THE MATHIEEE
  20. LIBRARIES.
  21.  
  22. However, these procedures do not re-implement all the mathematical algorithms.
  23. Instead, they make use of the "FPSP" routines which are already part of the
  24. 68040.library. Therefore, a special 68040 library is required which makes 
  25. these routines available. Currently, the only 68040 library that offers this
  26. feature is my 68040.library from the MuLib archive. In principle, the same
  27. would be possible for the 68060, but as I do not own a 68060 board, I wasn't
  28. able to write the required 68060.library.
  29.  
  30. FastIEEE fixes, too, some bugs in the mathieee libraries. IEEEDPCmp() is 
  31. broken and orders some numbers "the wrong way". This fix is also available 
  32. separately. IEEEDPPow() and IEEESPPow() are broken and return non-sense for 
  33. special arguments.
  34.  
  35. ------------------------------------------------------------------------------
  36.  
  37. This file is part of the MMULib distribution. To find out more about the
  38. mmu.library and its goals, download util/libs/MMULib.lha.
  39.  
  40. ------------------------------------------------------------------------------
  41.  
  42. Quick installation notes:
  43.  
  44.     - Copy LIBS/mmu.library to LIBS:
  45.     - Copy LIBS/68040.library (or the 68030/68020 lib) to LIBS:
  46.     - Optionally: Read the MMU.guide how to patch SetPatch and how
  47.         to install the 680x0.library.
  48.     - Copy ENVARC/MMU-Configuration to ENVARC:
  49.     - Copy Shell_Only/FastIEEE to C:
  50.     - Run FastIEEE in your startup sequence behind (!) SetPatch
  51.  
  52. ------------------------------------------------------------------------------
  53.  
  54.                          The THOR-Software Licence (v2, 24th June 1998)
  55.  
  56.  
  57. This License applies to the computer programs known as the "mmu.library",
  58. the "680x0.library", the "68040.library V40" and "FastIEEE". The "Program", 
  59. below, refers to such program. The "Archive" refers to the package of 
  60. distribution, as prepared by the author of the Program, Thomas Richter. 
  61. Each licensee is addressed as "you".
  62.  
  63.  
  64.  
  65. The Program and the data in the archive are freely distributable
  66. under the restrictions stated below, but are also Copyright (c)
  67. Thomas Richter.
  68.  
  69. Distribution of the Program, the Archive and the data in the Archive by a
  70. commercial organization without written permission from the author to any
  71. third party is prohibited if any payment is made in connection with such
  72. distribution, whether directly (as in payment for a copy of the Program) or
  73. indirectly (as in payment for some service related to the Program, or
  74. payment for some product or service that includes a copy of the Program
  75. "without charge"; these are only examples, and not an exhaustive enumeration
  76. of prohibited activities).
  77.  
  78.  
  79. However, the following methods of distribution
  80. involving payment shall not in and of themselves be a violation of this
  81. restriction:
  82.  
  83.  
  84. (i) Posting the Program on a public access information storage and
  85. retrieval service for which a fee is received for retrieving information
  86. (such as an on-line service), provided that the fee is not
  87. content-dependent (i.e., the fee would be the same for retrieving the same
  88. volume of information consisting of random data).
  89.  
  90.  
  91. (ii) Distributing the Program on a CD-ROM, provided that
  92.  
  93. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  94. especially this licence agreement;
  95.  
  96. b) the CD-ROM is made available to the public for a nominal fee only,
  97.  
  98. c) a copy of the CD is made available to the author for free except for
  99. shipment costs, and
  100.  
  101. d) provided further that all information on such CD-ROM is redistributable
  102. for non-commercial purposes without charge.
  103.  
  104.  
  105. Redistribution of a modified version of the Archive, the Program or the
  106. contents of the Archive is prohibited in any way, by any organization,
  107. regardless whether commercial or non-commercial. Everything must be kept
  108. together, in original and unmodified form.
  109.  
  110.  
  111.  
  112.  
  113. Limitations.
  114.  
  115.  
  116. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  117. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  118. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  119. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  120. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  121. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  122. SERVICING, REPAIR OR CORRECTION.
  123.  
  124.  
  125. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  126. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  127. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  128.  
  129.  
  130.                                                         Thomas Richter
  131.  
  132. -----------------------------------------------------------------------------
  133.  
  134. So long,
  135.     Thomas            (January 2000)
  136.