Re: [Discuss-gnuradio] Segmentation fault for aligned volk kernel with custom arrays

2012-11-13 Thread Tom Rondeau
On Mon, Nov 12, 2012 at 4:55 AM, "Martin Lülf" wrote: >> On Fri, Nov 9, 2012 at 11:47 AM, "Martin Lülf" wrote: >>> Hi list, >>> >>> I am trying to speed up my own gnuradio block using volk. Besides using >>> volk on gnuradios input and output buffers I also want do use it with my >>> own arrays.

Re: [Discuss-gnuradio] Segmentation fault for aligned volk kernel with custom arrays

2012-11-12 Thread Martin Lülf
> On Fri, Nov 9, 2012 at 11:47 AM, "Martin Lülf" wrote: >> Hi list, >> >> I am trying to speed up my own gnuradio block using volk. Besides using >> volk on gnuradios input and output buffers I also want do use it with my >> own arrays. I found this Thread in the mailing list archive >> http://lis

Re: [Discuss-gnuradio] Segmentation fault for aligned volk kernel with custom arrays

2012-11-09 Thread Tom Rondeau
On Fri, Nov 9, 2012 at 11:47 AM, "Martin Lülf" wrote: > Hi list, > > I am trying to speed up my own gnuradio block using volk. Besides using > volk on gnuradios input and output buffers I also want do use it with my > own arrays. I found this Thread in the mailing list archive > http://lists.gnu.o

[Discuss-gnuradio] Segmentation fault for aligned volk kernel with custom arrays

2012-11-09 Thread Martin Lülf
Hi list, I am trying to speed up my own gnuradio block using volk. Besides using volk on gnuradios input and output buffers I also want do use it with my own arrays. I found this Thread in the mailing list archive http://lists.gnu.org/archive/html/discuss-gnuradio/2012-09/msg00055.html which shows