PFB resampler: fixes bug where filter could be looking past the number of inputs.
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_fir_fsf_x86.h
index 42ef62084d39779bd536b4bae352445d3cb3e1da..78fdf73c06a8958d915f2ff09c6d30aa35084965 100644 (file)
@@ -27,7 +27,7 @@
 
 /*!
  * \brief 3DNow! version of gr_fir_fsf
- * \ingroup filter_blk
+ * \ingroup filter_primitive
  */
 class gr_fir_fsf_3dnow : public gr_fir_fsf_simd
 {
@@ -38,7 +38,7 @@ public:
 
 /*!
  * \brief SSE version of gr_fir_fsf
- * \ingroup filter_blk
+ * \ingroup filter_primitive
  */
 class gr_fir_fsf_sse : public gr_fir_fsf_simd
 {