mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
preparing for version 130
This commit is contained in:
parent
8924f4e4ad
commit
a3a09b3946
13
CHANGELOG
13
CHANGELOG
@ -1,3 +1,16 @@
|
|||||||
|
1.3.0 2012-07-18
|
||||||
|
removed non-standard malloc.h from kiss_fft.h
|
||||||
|
|
||||||
|
moved -lm to end of link line
|
||||||
|
|
||||||
|
checked various return values
|
||||||
|
|
||||||
|
converted python Numeric code to NumPy
|
||||||
|
|
||||||
|
fixed test of int32_t on 64 bit OS
|
||||||
|
|
||||||
|
added padding in a couple of places to allow SIMD alignment of structs
|
||||||
|
|
||||||
1.2.9 2010-05-27
|
1.2.9 2010-05-27
|
||||||
threadsafe ( including OpenMP )
|
threadsafe ( including OpenMP )
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
KFVER=129
|
KFVER=130
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
@echo "Start by reading the README file. If you want to build and test lots of stuff, do a 'make testall'"
|
@echo "Start by reading the README file. If you want to build and test lots of stuff, do a 'make testall'"
|
||||||
|
4
README
4
README
@ -40,8 +40,8 @@ You can do other cool stuff with the extras you'll find in tools/
|
|||||||
* fast convolution FIR filtering (not available for fixed point)
|
* fast convolution FIR filtering (not available for fixed point)
|
||||||
* spectrum image creation
|
* spectrum image creation
|
||||||
|
|
||||||
The core fft and most tools/ code can be compiled to use float, double
|
The core fft and most tools/ code can be compiled to use float, double,
|
||||||
or Q15 short samples. The default is float.
|
Q15 short or Q31 samples. The default is float.
|
||||||
|
|
||||||
|
|
||||||
BACKGROUND:
|
BACKGROUND:
|
||||||
|
Loading…
Reference in New Issue
Block a user