Re: [Discuss-gnuradio] gr-atsc related question

2012-09-16 Thread Sahoo, Anirudha
Thanks Tom for the prompt and helpful reply. I am using SBX 400-4400 MHz Rx/Tx daughterboard. From: trond...@trondeau.com [trond...@trondeau.com] On Behalf Of Tom Rondeau [t...@trondeau.com] Sent: Saturday, September 15, 2012 10:46 AM To: Sahoo, Anirudha

[Discuss-gnuradio] how to test sse2 support using cmake

2012-09-16 Thread Kyle Zhou
I have a block which depends on sse2. I need to tell cmake to check if the cpu support sse2 in order to determine if the sse2 acceleated version or a generic version should be used. This should be straight forward. However, I just cannot find an example CMakeLists.txt to get me a quick start.