Projects / FFTW

FFTW

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

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  26 Nov 2012 04:01

Release Notes: This release fixes a deadlock bug in MPI, has faster ARM NEON support, and has faster single-precision AVX support.

  •  02 Mar 2012 22:52

Release Notes: This release adds ARM NEON support, implements faster estimate-mode planning, and improves Fortran interface portability.

  •  27 Jul 2011 23:16

    Release Notes: 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.

    Release Notes: Support was added for AVX instructions, MPI distributed-memory parallelism, Fortran 2003 interface, quadruple precision (gcc 4.6 or later), and several minor enhancements.

    •  15 Jul 2009 09:35

    Release Notes: Some performance regressions were fixed. A workaround was added for a mingw64 bug.

    Screenshot

    Project Spotlight

    GetDP

    A general finite element solver.

    Screenshot

    Project Spotlight

    phpMyAdmin

    A tool that handles the basic administration of MySQL over the Web.