the following code is being compiled properly with gcc but giving error with icc in windows.
#ifdef CPUKIND_IA
typedef int _v4si __attribute__ ((vector_size(16)));
Error : expected a ';' before __attribute__
Options : /Z7 /c /O3 /QxSSSE3_ATOM /Qfreestanding -DCPUKIND_IA -DLMT_CORE0
I am new to this compiler. Can anyone help ?