Skip to Content

kissfft v131.1.0

Created
Updated

A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid

# Usage

kissfft provides CMake targets:

# Using distinct targets
find_package(kissfft CONFIG REQUIRED)
target_link_libraries(main PRIVATE kissfft::kissfft-float)
# Alternative targets: kissfft::kissfft-double, kissfft::int16_t, kissfft::int32_t

# Using a distinct package component
find_package(kissfft CONFIG REQUIRED COMPONENTS float)
target_link_libraries(main PRIVATE kissfft::kissfft)
# Alternative components: double, int16_t, int32_t 

# License

# Supported Platforms

All platforms are supported

# Features

No default features set.

# openmp

Build kissfft with OpenMP support

Supports: !windows
  • linux
  • osx
  • uwp
  • windows
Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# tools

Build kissfft tools

Supports: linux | osx
  • linux
  • osx
  • uwp
  • windows
Dependencies:
and one transitive dependency:
Host Dependencies:
3 transitive dependencies:

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • myd7349's avatar myd7349
  • Billy O'Neal's avatar Billy O'Neal
  • Erwan BERNARD's avatar Erwan BERNARD

# Changelog

  • 2e7fdb7 [kissfft] Update to 131.1.0 (#31744)
  • dbd3227 [kissfft] update, add missing file (#21410)
  • b295670 Bulk convert control files. (#19986)
  • 663a898 [kissfft] Add new port (#9237)

# Source