Hello,
I have installed Intel Compiler 15.0.1.148 and MPSS 3.4.7 on Windows.
I try to compile my application natively for Xeon Phi (using /Qmic) but I get lots of errors like this:
C:/Program Files/Intel/MPSS//k1om-mpss-linux/usr/include/c++/iostream(75): (col. 25) error #13393: Opcode unsupported on target architecture: movdqa
Note: I get similar "Opcode unsupported" error when compiling on Linux for native Xeon Phi build (-mmic) using Intel Compiler 15 6th update and MPSS 3.7.
Any ideas how to solve this?