FFTW 3.3 Release C language Assembly

Source: Internet
Author: User
Keywords C language Assembly FFTW Fourier transform
Tags array c language assembly code multidimensional run speed

FFTW is the Faster Fourier Transform in the "West" abbreviation, is a fast C FFT library. It includes complex, real, symmetric, multidimensional, and parallel transformations to efficiently handle the size of any array. Speed is faster than other free FFT installations, even better than vendor-tuned libraries. To achieve this performance, it employs new code generation and Run-time optimization techniques as well as many other techniques.

FFTW generates a plan for any size pattern, through various operations of the program to complete various modes of transformation; internal structure and its complexity are transparent to the user; fast (internal compilers for various machines, code generators use the AST to generate code at runtime and to optimize themselves, without taking up compilation time, Using tiered storage technology).

The FFTW 3.3 version is the final official version of 3.3-beta, and the main update is to support the OpenMP and POSIX thread versions of the sync installation feature.

Download Address: http://www.fftw.org/fftw-3.3.tar.gz

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.