blob: f7a67a0a673cf4df302802da86196ef5fc66c15f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
FFTS -- The Fastest Fourier Transform in the South
by Anthony Blake <anthonix@me.com>
To build for Android, edit and run build_android.sh
To build for iOS, edit and run build_iphone.sh
To build for Linux or OS X on x86, run
./configure --enable-sse --enable-single --prefix=/usr/local
make
make install
Optionally build for Windows and Linux with CMake, run
mkdir build
cd build
cmake ..
FFTS dynamically generates code at runtime. This can be disabled with
--disable-dynamic-code
Note that 32 bit x86 dynamic machine code generation is not supported at the moment.
For JNI targets: --enable-jni will build the jni stuff automatically for
the host target, and --enable-shared must also be added manually for it to
work.
If you like FFTS, please show your support by sending a postcard to:
Anthony Blake
Department of Computer Science
The University of Waikato
Private Bag 3105
Hamilton 3240
NEW ZEALAND
|