home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fft32_a.zip / README < prev   
Text File  |  1995-01-21  |  1KB  |  33 lines

  1. pcfft32.asm
  2. pcfft32.obj
  3.  
  4. This is a 32 bit version of J.G.G. Dobbe's assembly language fft routines for
  5. OS/2. (See the February 1995 edition of Dr. Dobb's Journal for the article on
  6. fft's these came from.)
  7.  
  8. pcfft16.asm
  9. pcfft16.obj
  10.  
  11. This is a slight modification of the original dos version of the code for use
  12. with OS/2 16 bit c.
  13.  
  14. On my machine: an Epson equity 386/20 with a TI 486DLC-40 replacement processor
  15. the 32 bit version of the code is approximately 15% faster than the 16 bit
  16. version (running with MSC 5.1) This is not too much of a surprise since most of
  17. the time is spent in the coprocessor - which runs at pretty much the same speed
  18. in both 32 and 16 bit segments.
  19.  
  20. I am responsible for the 32 bit adaptation & modifying the 16 bit version so
  21. that they would work with OS/2 compilers. To get the unmodified version (for
  22. use with a 16 bit dos compiler) see the Dr. Dobb's forum on CompuServe (go DDJ)
  23.  
  24.  
  25.  
  26. The pcfft32.obj and pcfft16.obj files were produced with MASM 6.0 running under
  27. OS/2.
  28.  
  29. These routines require an Intel style math coprocessor - 387 or above.
  30.  
  31. Bob Canup 73513,216
  32.  
  33.