Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / filter / gri_fft_filter_ccc_generic.cc @ 8badde89

History | View | Annotate | Download (4.4 kB)

# Date Author Comment
f0a1631d 02/14/2012 08:34 pm Johnathan Corgan

Merge branch 'master' into safe_align

Conflicts:
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc

7e10a264 02/06/2012 07:45 pm Tom Rondeau

core: expose nthreads setting through to fft_filters.

Can set nthreads as last arg to filter; defaults to 1 so no change in default behavior.

6385380c 01/30/2012 11:50 pm Tom Rondeau

core: redo fft_filter (complex and float) with Volk.

No need for sse implementation now but keeping code for reference.

e4d3b484 01/18/2011 12:45 am Josh Blum

math explicit type overloads:

Use explicit data type casts in math functions where the overloaded function could not be determined.

affects msvc

dc56ffae 03/21/2010 03:40 pm Johnathan Corgan

Added missing header includes for memcpy

a34f397a 03/15/2010 02:53 am Tom Rondeau

Removing SSE version of FFT filter until we work out how we want to handle the SSE the use of intrinics. Code for the SSE versions is still there just disabled.

1933148c 03/12/2010 03:54 am Tom Rondeau

Adding SSE version of fft filters. Complex (ccc) version working.