Re: [Discuss-gnuradio] Bug in volk on armv6

2013-07-16 Thread Tom Rondeau
On Thu, Jul 4, 2013 at 4:13 AM, Alexey Bazhin wrote: > Confirming that this fix works. > > But now volk test fails in another place. > > (gdb) run > Starting program: /root/gnuradio-3.6.5.1/build/volk/lib/test_all > [Thread debugging using libthread_db enabled] > Using host libthread_db library >

Re: [Discuss-gnuradio] Bug in volk on armv6

2013-07-04 Thread Alexey Bazhin
Confirming that this fix works. But now volk test fails in another place. (gdb) run Starting program: /root/gnuradio-3.6.5.1/build/volk/lib/test_all [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Running 92 test cases..

Re: [Discuss-gnuradio] Bug in volk on armv6

2013-07-03 Thread Tom Rondeau
On Mon, Jul 1, 2013 at 4:08 AM, Alexey Bazhin wrote: > 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

[Discuss-gnuradio] Bug in volk on armv6

2013-07-01 Thread Alexey Bazhin
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