Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
F

fftw3

> 编程语言
Open source

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

3.1K stars0 likes0 views
WebsiteGitHub

About

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

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.

GitHub Issues· 185 open

View all on GitHub
  • #417

    fftw_complex is not _Complex in C++

    Updated Sep 12, 2026
  • #418

    MPI Support in CMake?

    Updated Sep 10, 2026
  • #414

    Clarification on intended support for negative strides in FFTW

    Updated Jul 29, 2026
  • #412

    FFTW 3.3.11 built with --enable-sve cannot run on non-SVE Arm systems

    Updated Jul 3, 2026
  • #180

    pkg-config pc files not created for *_threads libs

    Updated Jun 23, 2026

Highlights

  • •C

> Tags

C

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言