Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Intel C++ compiler for ATOM

Zvi_Vered
Beginner
456 Views
Hello,

I'm writing a signal processing application that runs under linux on ATOM processor.

Does the "Intel C++ Studio XE 2011 for Windows and Linux" supports ATOM or should I use only:

"Intel Embedded Software Development Tool Suite for Intel Atom Processor" ?

Thanks,
Zvika.
0 Kudos
2 Replies
TimP
Honored Contributor III
456 Views
Quoting Zvi Vered


Does the "Intel C++ Studio XE 2011 for Windows and Linux" supports ATOM

Yes, the same compilers are recommended for Atom as for other CPU types. It was recommended to us to use the plain SSE3 options (/arch:SSE3 and the like). I'm not certain which choice would be made by /Qxhost. There is a special SSE3 option for Atom, but we were informed that efforts are made on both the hardware and software side to make the plain SSE3 work as well (and support running on other SSE3 CPUs).
0 Kudos
Om_S_Intel
Employee
456 Views
Yes. Tim is correct. You may also use /QxSSE3_ATOM to generate code for ATOM processor.
0 Kudos
Reply