Download List

프로젝트 설명

FFTW is a fast C FFT library. It includes complex, real, symmetric, multidimensional, and parallel transforms, and can handle arbitrary array sizes efficiently.It is typically faster than other freely available FFT implementations, and is even competitive with vendor-tuned libraries (benchmarks are available at the homepage). To achieve this performance, it uses novel code generation and runtime self optimization techniques (along with many other tricks).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-16 18:32
3.2

진정한 의미의 복잡한, - 중 2, 멀티 스레드 변형되었다 변환 속도가 아닌 전력으로 변환합니다. 셀 프로세서가 지원이 추가되었습니다. MIPS의 짝을 단일 SIMD 액셀 지원이 추가되었습니다.
Tags: Minor feature enhancements
Real-to-complex transforms, non-power-of-two
transforms, and multi-threaded transforms were
made faster. Cell processor support was added.
MIPS paired-single SIMD support was added.

2008-10-10 18:17
3.1.3

이 릴리스에는 수정이 잘못된 결과를 일으키는 버그가 프로그램을 동시에 (일명 시행되는 DST - 4) (일명 DCT - 4) 및 RODFT11 모두 REDFT11에서 사용 계산됩니다.
Tags: Minor bugfixes
This release fixes a bug that causes incorrect
results to be computed in programs that use both
REDFT11 (a.k.a. DCT-IV) and RODFT11 (a.k.a.
DST-IV) at the same time.

2007-11-14 08:33
3.2alpha3

성능 5 요인과 크기 및 10을 개선했다. 코드는 최신 휴대폰 SDK를 포팅했다. 다양한 버그가 수정되었습니다.
Tags: Development, Minor feature enhancements
Performance for sizes with factors of 5 and 10 was
improved. The code was ported to the latest Cell
SDK. Various bugs were fixed.

2007-03-20 07:13
3.2-alpha2

Cell 프로세서에 대한 지원 64 비트 API를, 실험 MPI를 지원, MIPS의 짝을 단일 SIMD 액셀 지침에 대한 지원과 함께 추가되었습니다. r2c 변환 및 다중 스레딩을 가속했다. dfftw_init_threads을위한 포트란 인터페이스에서 반환 값을 버그가 수정되었습니다. 만약 gfortran 감지 G77 래퍼 지금은 선택 사항입니다.
Tags: Development, Major feature enhancements
Support for the Cell processor was added along with a 64-bit API, experimental MPI support, and support for MIPS paired-single SIMD instructions. r2c transforms and multi-threading were accelerated. A return value bug in the Fortran interface for dfftw_init_threads was fixed. G77 wrappers are now optional if gfortran is detected.

2006-07-06 04:17
3.1.2

이 릴리스에는 수정 - 설정 - configure 스크립트에서 휴대용 바이너리 옵션입니다. 프로방스 안에 AIX에 대한 수정 프로그램이 스레드를 컴파일. 지금 구성 코어 / 듀오 아치를 감지합니다. AltiVec 탐지가 수정되었습니다.
Tags: Major bugfixes
This release fixes the --enable-portable-binary option in the configure script. It fixes thread compilation on AIX. Configure now detects Core/Duo arch. Altivec detection has been fixed.

Project Resources