Downloadliste

Projektbeschreibung

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).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2012-03-03 07:52
3.3.1

Diese Version unterstützt ARM NEON, schnellere Planung-Schätzung-Modus implementiert und Fortran Schnittstelle Portabilität verbessert.
Tags: Minor
This release adds ARM NEON support, implements faster estimate-mode planning, and improves Fortran interface portability.

2011-07-28 08:16
3.3

Eine finalisierte Version von AVX, MPI, und andere neue Features in 3.3-beta1. Im Vergleich zu den Beta ist die wichtigste Änderung die Unterstützung für die gleichzeitige Installation von OpenMP und POSIX-Threads Versionen.
A finalized release of AVX, MPI, and other new features in 3.3-beta1. Compared to the beta, the main change is support for simultaneous installation of OpenMP and POSIX-threads versions.

2011-06-27 15:29
3.3-beta1

Support wurde für AVX Instruktionen hinzugefügt, MPI mit verteiltem Speicher Parallelität, Fortran 2003-Schnittstelle, quadruple precision (gcc 4.6 oder höher), und mehrere kleinere Erweiterungen.
Tags: Major feature enhancements, Beta
Support was added for AVX instructions, MPI distributed-memory parallelism, Fortran 2003 interface, quadruple precision (gcc 4.6 or later), and several minor enhancements.

2009-07-15 18:35
3.2.2

Einige Leistungen Regressionen wurden behoben. Ein Workaround wurde ein Bug mingw64 aufgenommen.
Tags: Minor
Some performance regressions were fixed. A workaround was added for a mingw64 bug.

2009-02-15 16:07
3.2.1

Performance-Verbesserungen wurden in mehrdimensionalen Echtzeit-Daten umwandelt. Dokumentation und Erstellung Fixes wurden.
Tags: Minor feature enhancements
Performance improvements were in multidimensional real-data transforms. Documentation and compilation fixes were made.

Project Resources