SIMD intrinsic function "_mm_store_si128" illegal in GCC?

Nikos Chantziaras realnc@arcor.de
Fri Aug 21 09:06:00 GMT 2009


That means GCC supports it OK, but your machine doesn't.  Are you sure 
the machine's CPU where you execute this actually supports those 
instructions?

On 08/20/2009 08:05 PM, Lingchuan (LC) Meng wrote:
> Hi Brian,
>
> Thank you! Here's the header files included:
>
> #include<xmmintrin.h>
> #include<emmintrin.h>
> #include<smmintrin.h>
>
> The compilation is okay, no error message. It's during execution that
> I see the "Illegal instruction" error message.



More information about the Gcc-help mailing list