#include <gr_fir_fff_simd.h>
Inheritance diagram for gr_fir_fff_simd:


This base class handles alignment issues common to SSE and 3DNOW subclasses.
| Public Member Functions | |
| gr_fir_fff_simd () | |
| gr_fir_fff_simd (const std::vector< float > &taps) | |
| ~gr_fir_fff_simd () | |
| virtual void | set_taps (const std::vector< float > &taps) | 
| install new_tapsas the current taps. | |
| virtual float | filter (const float input[]) | 
| compute a single output value. | |
| Protected Types | |
| typedef float(* | float_dotprod_t )(const float *input, const float *taps, unsigned n_4_float_blocks) | 
| Protected Attributes | |
| float * | d_aligned_taps [4] | 
| float_dotprod_t | d_float_dotprod | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| compute a single output value. 
 
 
 Reimplemented from gr_fir_fff_generic. | 
| 
 | 
| 
install  
 Reimplemented from gr_fir_fff. | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
 1.3.3
 
1.3.3