Skip to content
/ fftw3 Public

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)

License

Notifications You must be signed in to change notification settings

FFTW/fftw3

Folders and files

NameName
Last commit message
Last commit date
Feb 5, 2025
Feb 5, 2025
Aug 5, 2023
Jun 3, 2024
Feb 5, 2025
Jan 20, 2020
Jul 3, 2024
Jul 1, 2020
Feb 5, 2025
Sep 21, 2017
Feb 5, 2025
Dec 23, 2021
Jun 27, 2023
Aug 20, 2020
Sep 20, 2017
Jul 3, 2024
Jul 30, 2016
May 6, 2024
Mar 2, 2003
Nov 5, 2008
Mar 4, 2014
Apr 11, 2024
Sep 20, 2017
Feb 5, 2025
Aug 5, 2023
Aug 10, 2019
Oct 31, 2017
May 1, 2020
Jul 30, 2016
Aug 5, 2023
Nov 9, 2017
Apr 14, 2018
Jun 6, 2020
Feb 5, 2025
Dec 4, 2012
Jul 30, 2016

Repository files navigation

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)

This is the git repository for the FFTW library for computing Fourier transforms (version 3.x), maintained by the FFTW authors.

Unlike most other programs, most of the FFTW source code (in C) is generated automatically. This repository contains the generator and it does not contain the generated code. YOU WILL BE UNABLE TO COMPILE CODE FROM THIS REPOSITORY unless you have special tools and know what you are doing. In particular, do not expect things to work by simply executing configure; make or cmake.

Most users should ignore this repository, and should instead download official tarballs from http://fftw.org/, which contain the generated code, do not require any special tools or knowledge, and can be compiled on any system with a C compiler.

Advanced users and FFTW maintainers may obtain code from github and run the generation process themselves. See README for details.