Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / filter / qa_gri_mmse_fir_interpolator_cc.cc @ 8e64eed7

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
5ffe20b3 10/02/2007 11:12 pm Eric Blossom

added missing aligned attribute

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6576 221aa14e-8319-0410-a670-987f0aec2ac5

97ee4acf 10/02/2007 09:32 pm Eric Blossom

Trial fix for ticket:189, gr_mpsk_receiver_cc problem.
Added checking for SIMD alignment requirement on gr_complex (must be
8-byte aligned) so that future violations will throw an exception.
Modified gr_mpsk_receiver_cc.h so that delay line being passed to...