Go to the documentation of this file.
22 #ifndef INCLUDED_GR_FIR_CCF_SIMD_H
23 #define INCLUDED_GR_FIR_CCF_SIMD_H
26 #include <gr_fir_ccf_generic.h>
40 typedef void (*fcomplex_dotprod_t)(
const float *
taps,
42 unsigned n_2_complex_blocks,
50 float *d_aligned_taps[4];
62 virtual void set_taps (
const std::vector<float> &
taps);