Re: Deprecated volk_* functions?

2024-11-04 Thread Ron Economos
Ralf, Here's an example in one of my OOT projects. https://github.com/drmpeg/gr-atsc3/blob/master/lib/paprtr_cc_impl.cc#L488-L492 Here's the pull request that changed things. https://github.com/gnuradio/volk/pull/695 Ron On 11/4/24 11:42, Ralf Gorholt wrote:

Deprecated volk_* functions?

2024-11-04 Thread Ralf Gorholt
Dear all, in one of my blocks I use VOLK functions for which the compiler prints a "deprecated" warning message (volk_32fc_s32fc_x2_rotator_32fc and volk_32fc_s32fc_multiply_32fc). How do I need to change my code to get rid of them? In the volk documentation I haven't seen anything but maybe I'v