Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the VOLKized fft_vcc_fftw and QA code | Doug Geiger | 2015-09-21 | 1 | -4/+60 |
| | | | | | | | The QA code did not cover all the cases being VOLKized, and thus failed to notice the incorrect pointer math. This QA code (correctly!) fails on the previous commit, and (correctly!) passes with this fix to fft_vcc_fftw.cc. Thanks to awalls-cx18 for noticing this, and providing the correct array indexing call to VOLK. Fixes issue #844 | ||||
* | Fix up QA tests: test windowing function | Doug Geiger | 2015-09-17 | 1 | -153/+107 |
| | | | | | | | Add a QA test for a real windowing function (hamming in this case). Move common code to setUp method. Remove unused method. Minor spacing fixes for readability. | ||||
* | Tabs -> spaces | Doug Geiger | 2015-09-17 | 1 | -5/+5 |
| | |||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 1 | -6/+6 |
| | |||||
* | fft: Updating testing environment. | Ben Reynwar | 2013-03-10 | 1 | -3/+2 |
| | |||||
* | fft: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 1 | -0/+214 |