Go to the source code of this file.
Functions | |
void | fcomplex_dotprod_3dnow (const float *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
void | fcomplex_dotprod_sse (const float *input, const float *taps, unsigned n_2_complex_blocks, float *result) |
void fcomplex_dotprod_3dnow | ( | const float * | input, | |
const float * | taps, | |||
unsigned | n_2_complex_blocks, | |||
float * | result | |||
) |
Referenced by gr_fir_ccf_3dnow::gr_fir_ccf_3dnow(), and gr_fir_fcc_3dnow::gr_fir_fcc_3dnow().
void fcomplex_dotprod_sse | ( | const float * | input, | |
const float * | taps, | |||
unsigned | n_2_complex_blocks, | |||
float * | result | |||
) |
Referenced by gr_fir_ccf_sse::gr_fir_ccf_sse(), and gr_fir_fcc_sse::gr_fir_fcc_sse().