[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r6576 - gnuradio/trunk/gnuradio-core/src/lib/filter
From: |
eb |
Subject: |
[Commit-gnuradio] r6576 - gnuradio/trunk/gnuradio-core/src/lib/filter |
Date: |
Tue, 2 Oct 2007 17:12:58 -0600 (MDT) |
Author: eb
Date: 2007-10-02 17:12:57 -0600 (Tue, 02 Oct 2007)
New Revision: 6576
Modified:
gnuradio/trunk/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
Log:
added missing aligned attribute
Modified:
gnuradio/trunk/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
===================================================================
---
gnuradio/trunk/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
2007-10-02 21:32:19 UTC (rev 6575)
+++
gnuradio/trunk/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
2007-10-02 23:12:57 UTC (rev 6576)
@@ -55,7 +55,7 @@
qa_gri_mmse_fir_interpolator_cc::t1()
{
static const unsigned N = 100;
- gr_complex input[N + 10];
+ gr_complex input[N + 10] __attribute__ ((aligned (8)));
for (unsigned i = 0; i < NELEM(input); i++)
input[i] = test_fcn ((double) i);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r6576 - gnuradio/trunk/gnuradio-core/src/lib/filter,
eb <=