index
:
ffts
fix_generate_size4_base_case
master
Raptor Engineering's fork of linkotec/ffts The Fastest Fourier Transform in the South http://anthonix.com/ffts
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ffts_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect presence of malloc.h, fixes anthonix/ffts#40
Jukka Ojanen
2015-07-30
1
-0
/
+3
*
Define [pa] and [pb] as constant input variables, not writable outputs
Jukka Ojanen
2015-07-16
1
-1
/
+0
*
Remove some dead code
Jukka Ojanen
2015-07-15
1
-19
/
+0
*
FFTS is no longer depended on any other math library, and this should help to...
Jukka Ojanen
2015-07-14
1
-1
/
+0
*
Fix ffts_aligned_free MinGW crash
Jukka Ojanen
2015-07-06
1
-1
/
+1
*
Incorrect stride with GCC flags "-march=native -ffast-math"
Jukka Ojanen
2015-07-02
1
-2
/
+3
*
Generate cosine and sine table without using C math library. About 100 times ...
Jukka Ojanen
2015-03-31
1
-10
/
+0
*
To support building for Windows with MinGW, don't assume MSVC to be the compiler
Jukka Ojanen
2015-03-19
1
-1
/
+1
*
Removal of 'transforms' broke dynamic code
Jukka Ojanen
2015-03-10
1
-0
/
+2
*
Check existence of various headers and add guards for them
Jukka Ojanen
2015-03-10
1
-0
/
+7
*
Remove FFTS plan variable 'transforms', which is not used
Jukka Ojanen
2015-03-10
1
-5
/
+0
*
Fix redefinition of ffts_plan_t
Jukka Ojanen
2014-11-17
1
-2
/
+0
*
Follow the "one definition rule"
Jukka Ojanen
2014-11-16
1
-7
/
+3
*
Rename src/ffts.h to src/ffts_internal.h to avoid conflicts with include/ffts.h
Jukka Ojanen
2014-11-16
1
-0
/
+238