Download List

Descripción del Proyecto

FFTW is a fast C FFT library. It includes complex, real, symmetric, multidimensional, and parallel transforms, and can handle arbitrary array sizes efficiently.It is typically faster than other freely available FFT implementations, and is even competitive with vendor-tuned libraries (benchmarks are available at the homepage). To achieve this performance, it uses novel code generation and runtime self optimization techniques (along with many other tricks).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-16 18:32
3.2

Real para el complejo se transforma, no-poder-de-dos se transforma, y multi-threaded transforma se hicieron más rápido. Soporte de procesador de la célula se ha añadido. MIPS pareadas apoyo SIMD solo se ha añadido.
Tags: Minor feature enhancements
Real-to-complex transforms, non-power-of-two
transforms, and multi-threaded transforms were
made faster. Cell processor support was added.
MIPS paired-single SIMD support was added.

2008-10-10 18:17
3.1.3

Esta versión corrige un error que provoca resultados incorrectos que se calcula en los programas que utilizan tanto REDFT11 (alias DCT-IV) y RODFT11 (alias DST-IV), al mismo tiempo.
Tags: Minor bugfixes
This release fixes a bug that causes incorrect
results to be computed in programs that use both
REDFT11 (a.k.a. DCT-IV) and RODFT11 (a.k.a.
DST-IV) at the same time.

2007-11-14 08:33
3.2alpha3

De rendimiento para los tamaños de los factores de 5 y 10 se ha mejorado. El código fue portado a más tardar el SDK de la célula. Varios errores fueron corregidos.
Tags: Development, Minor feature enhancements
Performance for sizes with factors of 5 and 10 was
improved. The code was ported to the latest Cell
SDK. Various bugs were fixed.

2007-03-20 07:13
3.2-alpha2

Soporte para el procesador Cell fue agregado, junto con un API de 64-bit, soporte MPI experimental, y apoyo para MIPS pareada único instrucciones SIMD. R2C transforma y multi-threading, se aceleraron. Un error valor de retorno en la interfaz de Fortran para dfftw_init_threads fue corregido. Grupo de los 77 envoltorios de ahora son opcionales, si se detecta gfortran.
Tags: Development, Major feature enhancements
Support for the Cell processor was added along with a 64-bit API, experimental MPI support, and support for MIPS paired-single SIMD instructions. r2c transforms and multi-threading were accelerated. A return value bug in the Fortran interface for dfftw_init_threads was fixed. G77 wrappers are now optional if gfortran is detected.

2006-07-06 04:17
3.1.2

Esta versión corrige la opción - enable-portátiles opción binaria en el script de configuración. Fija compilación hilo en AIX. Configurar ahora detecta Core / arco Duo. Detección AltiVec se ha solucionado.
Tags: Major bugfixes
This release fixes the --enable-portable-binary option in the configure script. It fixes thread compilation on AIX. Configure now detects Core/Duo arch. Altivec detection has been fixed.

Project Resources