discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Error "SSE3 instruction set not enabled" when using V


From: Alex Zhang
Subject: [Discuss-gnuradio] Error "SSE3 instruction set not enabled" when using VOLK
Date: Mon, 22 Oct 2012 17:53:13 -0500

Hello,

I am trying to use the volk_32fc_x2_multiply_conjugate_32fc_a_sse3() in my signal processing code. However, when I compile my code, it was told that Error "SSE3 instruction set not enabled" and the intrinsics within this VOLK method are not recognized at all.
It was told that the -msse3 option is needed in gcc/g++ compilation to enable the support on sse3. But I don't know where I can specify this option. I did not find related content in the CMakelist of other blocks who support sse, like some filters.

Also, my CPU is Core I7-2600, which is suppose to support  SSE3.

Thanks,

--

Alex,
Dreams can come true – just believe.


reply via email to

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