summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Travis build statusJukka Ojanen2015-10-141-2/+3
* Rename README to README.md to support markdownJukka Ojanen2015-10-141-0/+0
* Enable Travis to OSX buildingJukka Ojanen2015-10-141-0/+3
* Fix CMake warning for mis-matching argumentsJukka Ojanen2015-10-141-1/+1
* First attempt to enable TravisJukka Ojanen2015-10-141-0/+3
* Fix error "target specific option mismatch", _mm_addsub_ps intrinsic needs SSE3Jukka Ojanen2015-10-141-1/+3
* Fix MSVC error C2719Jukka Ojanen2015-10-132-20/+21
* Add SSE2 optimized ffts_generate_cosine_sine_pow2_32fJukka Ojanen2015-09-171-14/+84
* Add double-double arithmetic to generate "exact" double precision cosine and ...Jukka Ojanen2015-09-163-0/+379
* Change the order of constants; cos_hi, cos_lo, sin_hi, sin_lo -> cos_hi, sin_...Jukka Ojanen2015-09-161-68/+68
* Extended constant tables to double-double arithmeticJukka Ojanen2015-09-151-49/+115
* Correct flag is 'march=armv7-a' and apply the same flags for ASMJukka Ojanen2015-08-291-6/+13
* Improve (fix) ARM architecture detectionJukka Ojanen2015-08-291-31/+107
* Avoid problems with different versions of CMakePushCheckState macros and fix ...Jukka Ojanen2015-08-281-18/+7
* No need to display the size of transformJukka Ojanen2015-08-282-27/+35
* Control reaches end of non-void functionJukka Ojanen2015-07-301-1/+1
* Detect presence of malloc.h, fixes anthonix/ffts#40Jukka Ojanen2015-07-302-0/+8
* Define [pa] and [pb] as constant input variables, not writable outputsJukka Ojanen2015-07-162-8/+5
* Remove unreferenced headerJukka Ojanen2015-07-151-2/+0
* Improve compiler optimization by turning "patterns.c" to "patterns.h"Jukka Ojanen2015-07-153-233/+506
* Remove some dead codeJukka Ojanen2015-07-151-19/+0
* FFTS is no longer depended on any other math library, and this should help to...Jukka Ojanen2015-07-145-82/+135
* Move trigonometric stuff to separate file.Jukka Ojanen2015-07-145-54/+274
* SSE3 detection failed with MSVC 2005 x64Jukka Ojanen2015-07-101-3/+12
* Unroll loops to process 64 byte cache line per iterationJukka Ojanen2015-07-091-39/+205
* Add new attributes to control/improve branch predictionsJukka Ojanen2015-07-091-0/+12
* Half the number of calls to sin/cos functions in ffts_init_1d_realJukka Ojanen2015-07-081-12/+68
* Add SSE3 optimized version of ffts_execute_1d_real_invJukka Ojanen2015-07-071-20/+78
* Add SSE3 optimized version of ffts_execute_1d_realJukka Ojanen2015-07-071-13/+80
* Add detection for SSE3 intrinsicsJukka Ojanen2015-07-071-2/+20
* To silence warning 'possible loss of data', use explicit casting to floatJukka Ojanen2015-07-061-8/+8
* SSE optimized versions of ffts_execute_1d_real and ffts_execute_1d_real_invJukka Ojanen2015-07-061-4/+100
* Add new attributes to help auto-vectorizationJukka Ojanen2015-07-062-19/+54
* Avoid allocating array of single pointerJukka Ojanen2015-07-061-10/+8
* Fix ffts_aligned_free MinGW crashJukka Ojanen2015-07-061-1/+1
* Incorrect stride with GCC flags "-march=native -ffast-math"Jukka Ojanen2015-07-022-3/+5
* Fix assertion failed in ffts_compare_offsetsJukka Ojanen2015-07-021-4/+5
* Generate cosine and sine table without using C math library. About 100 times ...Jukka Ojanen2015-03-312-15/+54
* ffts_nd.c is using SSE2 intrinsics, detect and include emmintrin.h instead xm...Jukka Ojanen2015-03-192-4/+12
* To support building for Windows with MinGW, don't assume MSVC to be the compilerJukka Ojanen2015-03-191-1/+1
* Minimize sin/cos calculations by calculating all factors ones and generate lo...Jukka Ojanen2015-03-182-17/+31
* Remove unused sse.sJukka Ojanen2015-03-182-895/+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-172-854/+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-166-517/+585
* 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
OpenPOWER on IntegriCloud