Recent patch

Hey all,

I just pushed a patch from Jaroslav Skarvada that should help ARM
users without NEON support build GNU Radio. It’s been tested and looks
straight-forward, but as these things go, if you run into trouble with
ARM processors after this, please let me know.

Tom

On 08/05/2012 03:29 PM, Tom R. wrote:

Hey all,

I just pushed a patch from Jaroslav Skarvada that should help ARM
users without NEON support build GNU Radio. It’s been tested and looks
straight-forward, but as these things go, if you run into trouble with
ARM processors after this, please let me know.

Who defines have_mfpu_neon for the build system/ is it expected that the
user pass -Dhave_mfpu_neon to cmake?

Err, other than that, why arent we just calling into a volk kernel for
dotprod fff and ccf? volk has proper runtime detection of neon

-josh