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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determinate lookup table size using closed-form expression
Jukka Ojanen
2015-03-16
1
-22
/
+4
*
Remove dead code
Jukka Ojanen
2015-03-16
1
-98
/
+47
*
Don't generate lookup tables when size is less than 32
Jukka Ojanen
2015-03-16
1
-5
/
+5
*
Merge ffts_small with ffts_static, and define small transforms "fully" constant
Jukka Ojanen
2015-03-16
6
-517
/
+585
*
Add string.h to fix implicit declaration of function 'memcpy'
Jukka Ojanen
2015-03-13
1
-0
/
+4
*
One more macro fix
Jukka Ojanen
2015-03-13
1
-2
/
+2
*
Forgot to rename some V macros
Jukka Ojanen
2015-03-13
4
-26
/
+28
*
Rename vector V as V4SF; vector of 4 single precision floats. Rename all vect...
Jukka Ojanen
2015-03-12
8
-673
/
+796
*
Replace data_t with float
Jukka Ojanen
2015-03-12
1
-31
/
+53
*
Remove unused neon_float.h header
Jukka Ojanen
2015-03-12
1
-1127
/
+0
*
Remove unused variable 'i' from 'ffts_generate_func_code'
Jukka Ojanen
2015-03-12
1
-4
/
+0
*
Initial steps to support double precision. Replace data_t with float, and cda...
Jukka Ojanen
2015-03-12
5
-145
/
+413
*
Try to execute detection quietly without messages
Jukka Ojanen
2015-03-11
1
-1
/
+5
*
Fix conflicting types
Jukka Ojanen
2015-03-11
1
-0
/
+2
*
Automatically detect ARM FPU and float ABI
Jukka Ojanen
2015-03-11
1
-18
/
+73
*
Fix conflicting types for 'temp0'
Jukka Ojanen
2015-03-11
1
-0
/
+2
*
Add explicit '.fpu' directive
Jukka Ojanen
2015-03-11
3
-0
/
+3
*
Use FFTS_INLINE instead of __INLINE and make functions static
Jukka Ojanen
2015-03-11
1
-17
/
+14
*
Added "-mfloat-abi=softfp" as default for ARM
Jukka Ojanen
2015-03-11
1
-1
/
+5
*
Now ARM VFP building works with "CMake -DENABLE_VFP=ON". Performance when "-D...
Jukka Ojanen
2015-03-11
1
-0
/
+2
*
Don't use CMake option name
Jukka Ojanen
2015-03-10
1
-7
/
+7
*
ARM compile shall use generic C if dynamic code is disabled
Jukka Ojanen
2015-03-10
1
-7
/
+7
*
Don't add 'vfp.s' if dynamic code is disabled
Jukka Ojanen
2015-03-10
1
-3
/
+0
*
Remove duplicate code
Jukka Ojanen
2015-03-10
1
-7
/
+1
*
Remove redefinitions and fix naming
Jukka Ojanen
2015-03-10
1
-7
/
+4
*
Dereference pointer
Jukka Ojanen
2015-03-10
1
-1
/
+1
*
For the moment assume HAVE_VFP as final fallback
Jukka Ojanen
2015-03-10
1
-0
/
+2
*
Removal of 'transforms' broke dynamic code
Jukka Ojanen
2015-03-10
1
-0
/
+2
*
Remove redefinition of 'fw' in function 'ffts_generate_luts'
Jukka Ojanen
2015-03-10
1
-2
/
+0
*
Add explicit '.fpu' directive
Jukka Ojanen
2015-03-10
1
-50
/
+49
*
Added some casting corrections
Jukka Ojanen
2015-03-10
1
-4
/
+4
*
Remove duplicate code
Jukka Ojanen
2015-03-10
1
-13
/
+0
*
Improve header logic
Jukka Ojanen
2015-03-10
3
-9
/
+7
*
Check existence of various headers and add guards for them
Jukka Ojanen
2015-03-10
6
-4
/
+47
*
Remove FFTS plan variable 'transforms', which is not used
Jukka Ojanen
2015-03-10
2
-17
/
+0
*
Variable 'tmp' set but not used in function 'ffts_generate_luts'
Jukka Ojanen
2015-03-10
1
-3
/
+0
*
Undefined variable in generate_prologue
Jukka Ojanen
2015-03-10
1
-14
/
+11
*
Wrong inclusion order
Jukka Ojanen
2015-03-10
1
-1
/
+1
*
Fix ENABLE_VFP options in CMake
Jukka Ojanen
2015-03-10
1
-1
/
+4
*
Fix FFT size 2, FFT size 2 and 4 don't need/use lookup tables.
Jukka Ojanen
2015-03-09
1
-1
/
+2
*
To support generic building, fallback using scalar macros from macros-alpha.h
Jukka Ojanen
2015-03-09
1
-12
/
+4
*
Fix warning "comparison between signed and unsigned integer expressions"
Jukka Ojanen
2014-12-09
5
-14
/
+17
*
To use build scalar only version, "cmake -DENABLE_VFP=ON -DDISABLE_DYNAMIC_CO...
Jukka Ojanen
2014-12-07
1
-4
/
+6
*
Fix warning "cast from pointer to integer of different size"
Jukka Ojanen
2014-12-07
1
-2
/
+2
*
Fix issue #29 "Make FFTS work on all architectures"
Jukka Ojanen
2014-12-07
1
-93
/
+121
*
Definitions HAVE_VFP and HAVE_SSE cannot coexist
Jukka Ojanen
2014-12-06
1
-3
/
+1
*
Definitions HAVE_NEON and HAVE_SSE cannot coexist
Jukka Ojanen
2014-12-06
1
-7
/
+1
*
Update README, build for 32 bit and 64 bit Windows are now supported
Jukka Ojanen
2014-11-24
2
-15
/
+12
*
Improve CMake build system to automatically detect SSE, and support 32 bit Wi...
Jukka Ojanen
2014-11-21
1
-76
/
+87
*
Define SSE constants when HAVE_SSE is defined
Jukka Ojanen
2014-11-21
1
-1
/
+1
[next]