discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Bug with recent changes to Volk


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Bug with recent changes to Volk
Date: Mon, 28 Oct 2013 15:21:03 -0400

On Mon, Oct 28, 2013 at 3:14 PM, Sylvain Munaut <address@hidden> wrote:
>> Rerun cmake (or touch a CMakeLists.txt file to force cmake to rerun),
>> then rebuild.
>
> As I said ... new build dir and fresh checkout ... so I don't see how
> that would help.
>
> To me looks like a typo in
> volk/kernels/volk/volk_32fc_s32fc_rotatorpuppet_32fc.h
>
> -    volk_32fc_s32fc_x2_rotator_32fc_avx(outVector, inVector,
> phase_inc, phase, num_points);
> +    volk_32fc_s32fc_x2_rotator_32fc_a_avx(outVector, inVector,
> phase_inc, phase, num_points);
>
> Cheers,
>
>    Sylvain

Fixed. Long story; that was fixed and then I missed adding that fix
before checking in on my non-avx box.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]