discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] [VOLK][announcement] VOLK release impeding


From: Ron Economos
Subject: Re: [Discuss-gnuradio] [VOLK][announcement] VOLK release impeding
Date: Wed, 31 Jul 2019 15:37:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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