On Fri, Jun 02, 2006 at 10:19:03PM -0400, Dave wrote:
> Eric Blossom wrote:
> >Hi Michael,
> >
> >I've applied a variant of your patch and tested in on x86 and x86-64.
> >
> >Turns out that 
> >
> >  .p2align X
> >
> >*Always* aligns to 2^X.  So all I had to do was change the
> >
> >  .align 16  ->  .p2align 4
> >  .align  8  ->  .p2align 3
> >
> >Can you please update gnuradio-core and test on your Mac platforms?
> 
> Eric, Michael,
> 
> The new code and scripts work fine on my Intel Mac.
> Thanks!
> 
> Dave.

Thanks for the feedback!

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to