mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
14514508d8
Co-authored-by: Curtis J Bezault <curtbezault@gmail.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
23 lines
754 B
Plaintext
23 lines
754 B
Plaintext
Source: fftw3
|
|
Version: 3.3.8-7
|
|
Homepage: https://www.fftw.org/
|
|
Description: FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).
|
|
|
|
Feature: openmp
|
|
Description: Builds openmp enabled lib
|
|
|
|
Feature: sse
|
|
Description: Builds part of the library with sse
|
|
|
|
Feature: sse2
|
|
Description: Builds part of the library with sse2, sse
|
|
|
|
Feature: avx
|
|
Description: Builds part of the library with avx, sse2, sse
|
|
|
|
Feature: avx2
|
|
Description: Builds part of the library with avx2, fma, avx, sse2, sse
|
|
|
|
Feature: threads
|
|
Description: Enable threads in fftw3
|