XTAL.NET
Icon  Name                                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2019-01-29 15:46 1.9K [   ] libfft_2.3.tar.Z 2019-01-29 15:46 1.2M
This software is provided without support and without any obligation on the
part of Silicon Graphics, Inc. to assist in its use, correction, modification 
or enhancement.  There is no guarantee that this software will be included 
in future software releases, and it probably will not be included.

THIS SOFTWARE IS PROVIDED "AS IS" WITH NO WARRANTIES OF ANY KIND INCLUDING THE
WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.

If you have any problems using this account, or have suggestions concerning
its use, please send electronic mail to "[email protected]".




Libfft Version 2.3 is very similar to Version 2.2,
the only changes made fix a minor bug with SFFT2DU and DFFT2DU.

The current library comes in four formats:

o mips1: compilation flags -O2, 
	will run on all systems,
	can be link with C or Fortran compilers. 
	This is NOT a parallel version.

o mips2: compiled with the "-O2 -mips2" flags,
	will run only on systems with R4000 CPUs, 
	can be used with both C and Fortran compilers.
	This is NOT a parallel version.

o mp_mips1: compiled "-O2 -mp" 
	will run all systems. 
	Requires Fortran compilers since it uses the Fortran MP library.
	This version will run in parallel on Power Series systems.

o mp_mips2: compiled "-O2 -mips2 -mp" (ELF format)
	will run all Challenge and Onyx systems only. 
	Requires Fortran compilers since it uses the Fortran MP library.
	This version will run in parallel.

Note the "mp_mips2" versions was compiled under Irix5.0 and the corresponding
compilers. The object files use the new ELF format, while the other three
versons of the library use the classical COFF format.

The TRY directory contain test and timing drivers. 

Finally in the DOC directory you will find a ASCII documentation file.

To load on your machine:

ftp> binary
ftp> get README
ftp> get libfft_2.3.tar.Z
ftp> quit

% uncompress libfft_2.3.tar.Z
% tar xvf libfft_2.3.tar