-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 3.2 release branch into amd-fftw
Change-Id: If976175f9a64305ff59bb973fb44568c01802ae2
- Loading branch information
Showing
97 changed files
with
2,321 additions
and
658 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*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](README) for | ||
details. |
Oops, something went wrong.