| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Cross-compiling still needs work
|
|
|
|
| |
float-abi test
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to verify its numerical accuracy.
|
|
|
|
| |
Implemented Oscar Buneman's method for generating a sequence of sines and cosines.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Note that N/leaf_N is always a multiply of 2
|
| |
|
|
|
|
| |
faster on ARM and 15 times faster on x86.
|
|
|
|
| |
xmmintrin.h, and fix GCC error: inlining failed in call to always_inline '_mm_load_pd': target specific option mismatch by adding "-msse2" instead of "-msse"
|
| |
|
|
|
|
| |
lookup tables by mapping
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
vector V macros accordingly.
Redefine ffts_constants as ffts_constants_32f and ffts_constants_64f.
|
| |
|
| |
|
| |
|
|
|
|
| |
cdata_t with ffts_cpx_32f.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|