discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] ARM optimizations update


From: Albin Stigö
Subject: [Discuss-gnuradio] ARM optimizations update
Date: Thu, 30 May 2019 16:20:44 +0200

Hi,

I've finished ARM NEON SIMD optimization for 44 kernels which means
only 23 kernels (not often used) are now missing a NEON
implementation.

All of the kernels so far are written using compiler intrinsics which
means they will compile on both arm 32 and 64 bit. I've experimented
with aarch64 assembly ("neonv8") but found that in practice it's very
difficult to get any meaningful performance gain. Gcc is pretty damn
good at generating code and scheduling instructions...

Issue with link to my branch is here:
https://github.com/gnuradio/volk/issues/243


--Albin



reply via email to

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