Here's what I use for the BeagleBoard X15. Should be adaptable to other
boards by changing -march and -mtune.
cmake -DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard
-mfpu=neon -mtune=cortex-a15" -DCMAKE_C_FLAGS:STRING="-march=armv7-a
-mfloat-abi=hard -mfpu=neon -mtune=cortex-a15" ../
Ron
On 7/31/19 10:46, Christoph Mayer wrote:
On Raspberry pi 4, mostly I end up using generic versions of Volk
in earlier version.
You need to specify the right cmake toolchain in order to enable the
use of NEON kernels.
Cheers,
Christoph
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio