summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Minimize sin/cos calculations by calculating all factors ones and generate ↵Jukka Ojanen2015-03-182-17/+31
| | | | lookup tables by mapping
* Remove unused sse.sJukka Ojanen2015-03-181-885/+0
|
* Always run-time generate x64 dynamic codeJukka Ojanen2015-03-181-841/+1335
|
* Remove dependency on YASM as Windows dynamic code is run-time generatedJukka Ojanen2015-03-171-828/+0
|
* Determinate lookup table size using closed-form expressionJukka Ojanen2015-03-161-22/+4
|
* Remove dead codeJukka Ojanen2015-03-161-98/+47
|
* Don't generate lookup tables when size is less than 32Jukka Ojanen2015-03-161-5/+5
|
* Merge ffts_small with ffts_static, and define small transforms "fully" constantJukka Ojanen2015-03-165-510/+583
|
* Add string.h to fix implicit declaration of function 'memcpy'Jukka Ojanen2015-03-131-0/+4
|
* One more macro fixJukka Ojanen2015-03-131-2/+2
|
* Forgot to rename some V macrosJukka Ojanen2015-03-134-26/+28
|
* Rename vector V as V4SF; vector of 4 single precision floats. Rename all ↵Jukka Ojanen2015-03-128-673/+796
| | | | | | vector V macros accordingly. Redefine ffts_constants as ffts_constants_32f and ffts_constants_64f.
* Replace data_t with floatJukka Ojanen2015-03-121-31/+53
|
* Remove unused neon_float.h headerJukka Ojanen2015-03-121-1127/+0
|
* Remove unused variable 'i' from 'ffts_generate_func_code'Jukka Ojanen2015-03-121-4/+0
|
* Initial steps to support double precision. Replace data_t with float, and ↵Jukka Ojanen2015-03-125-145/+413
| | | | cdata_t with ffts_cpx_32f.
* Fix conflicting typesJukka Ojanen2015-03-111-0/+2
|
* Fix conflicting types for 'temp0'Jukka Ojanen2015-03-111-0/+2
|
* Add explicit '.fpu' directiveJukka Ojanen2015-03-113-0/+3
|
* Use FFTS_INLINE instead of __INLINE and make functions staticJukka Ojanen2015-03-111-17/+14
|
* Now ARM VFP building works with "CMake -DENABLE_VFP=ON". Performance when ↵Jukka Ojanen2015-03-111-0/+2
| | | | "-DDYNAMIC_CODE_DISABLED=ON" is poor, but it can be improved with gcc switches.
* Don't use CMake option nameJukka Ojanen2015-03-101-7/+7
|
* ARM compile shall use generic C if dynamic code is disabledJukka Ojanen2015-03-101-7/+7
|
* Remove duplicate codeJukka Ojanen2015-03-101-7/+1
|
* Remove redefinitions and fix namingJukka Ojanen2015-03-101-7/+4
|
* Dereference pointerJukka Ojanen2015-03-101-1/+1
|
* Removal of 'transforms' broke dynamic codeJukka Ojanen2015-03-101-0/+2
|
* Remove redefinition of 'fw' in function 'ffts_generate_luts'Jukka Ojanen2015-03-101-2/+0
|
* Add explicit '.fpu' directiveJukka Ojanen2015-03-101-50/+49
|
* Added some casting correctionsJukka Ojanen2015-03-101-4/+4
|
* Remove duplicate codeJukka Ojanen2015-03-101-13/+0
|
* Improve header logicJukka Ojanen2015-03-103-9/+7
|
* Check existence of various headers and add guards for themJukka Ojanen2015-03-105-4/+19
|
* Remove FFTS plan variable 'transforms', which is not usedJukka Ojanen2015-03-102-17/+0
|
* Variable 'tmp' set but not used in function 'ffts_generate_luts'Jukka Ojanen2015-03-101-3/+0
|
* Undefined variable in generate_prologueJukka Ojanen2015-03-101-14/+11
|
* Wrong inclusion orderJukka Ojanen2015-03-101-1/+1
|
* Fix FFT size 2, FFT size 2 and 4 don't need/use lookup tables.Jukka Ojanen2015-03-091-1/+2
|
* To support generic building, fallback using scalar macros from macros-alpha.hJukka Ojanen2015-03-091-12/+4
|
* Fix warning "comparison between signed and unsigned integer expressions"Jukka Ojanen2014-12-095-14/+17
|
* Fix warning "cast from pointer to integer of different size"Jukka Ojanen2014-12-071-2/+2
|
* Fix issue #29 "Make FFTS work on all architectures"Jukka Ojanen2014-12-071-93/+121
| | | | | Modify macros-alpha.h to provide scalar operations on all platforms. Using union and memcpy to avoid strict aliasing issues.
* Definitions HAVE_VFP and HAVE_SSE cannot coexistJukka Ojanen2014-12-061-3/+1
|
* Definitions HAVE_NEON and HAVE_SSE cannot coexistJukka Ojanen2014-12-061-7/+1
|
* Define SSE constants when HAVE_SSE is definedJukka Ojanen2014-11-211-1/+1
|
* Enable static first pass and "unroll" recursion to base cases; N <= 128Jukka Ojanen2014-11-202-70/+464
| | | | Temporarily break support for static neon.
* Include system specific macros in macros.hJukka Ojanen2014-11-201-1/+0
|
* Use _mm_movelh_ps instead of _mm_shuffle_ps to implement VUNPACKLOJukka Ojanen2014-11-201-4/+2
|
* Fix redefinition of ffts_plan_tJukka Ojanen2014-11-1711-9/+9
|
* Don't use long NOPs, instead add extra prefix to extend op codes to align ↵Jukka Ojanen2014-11-172-89/+126
| | | | branch targets
OpenPOWER on IntegriCloud