discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Bug in volk on armv6


From: Alexey Bazhin
Subject: [Discuss-gnuradio] Bug in volk on armv6
Date: Mon, 1 Jul 2013 12:08:15 +0400

Hi!

I would like to report a bug in volk on armv6.

There is infinite "while" cycle in volk/tmpl/volk_cpu.tmpl.c function
"has_neon" (line 111).

Code "while(!found_neon && auxvec_f) {" will loop infinitely if there
is no neon in platform. found_neon will never be true and file
descriptor auxvec_f will always be true.

-- 
Alexey Bazhin <address@hidden>



reply via email to

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