mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
getting ready for v 1_2_2
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
1.2.2 (May 6, 2005) The Matthew release
|
||||
Replaced fixed point division with multiply&shift. Thanks to Jean-Marc Valin for the prodding.
|
||||
|
||||
Added C_FIXDIV calls to real fft routines to prevent possible overflow when using fixed point.
|
||||
Credit to Robert Oschler of robodance for pointing me towards the bug.
|
||||
Replaced fixed point division with multiply&shift. Thanks to Jean-Marc Valin for
|
||||
discussions regarding. Considerable speedup.
|
||||
|
||||
Corrected overflow protection in real fft routines when using fixed point.
|
||||
Finder's Credit goes to Robert Oschler of robodance for pointing me at the bug.
|
||||
This also led to the CHECK_OVERFLOW_OP macro.
|
||||
|
||||
1.2.1 (April 4, 2004)
|
||||
compiles cleanly with just about every -W warning flag under the sun
|
||||
|
Reference in New Issue
Block a user