Eric Blossom wrote:
> On Fri, Dec 16, 2005 at 11:03:27AM -0500, Chuck Swiger wrote:
> 
>>Ideally the endian conversions would be done in processing blocks.
>>
>>--Chuck
> 
> 
> Sounds like a good task for somebody ;)
> 
> How about: 
> 
>    gr_swap_endian_c
>    gr_swap_endian_f
>    gr_swap_endian_s
> 


This would actually be a good place to make use of liboil, the library
of optimized inner loops.  They have code for all sorts of conversions,
and they pick up MMX and SSE-type optimizations automatically.


See http://liboil.freedesktop.org/wiki/FrontPage

Matt


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to