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

I've searched and cannot find...

kfsone
New Contributor I
227 Views

... the post where someone explained what "Intel Optimized Headers" means (as in: are the headers optimized for Intel CPUs, or are they merely headers that Intel have optimized, like GNU has parallel/algorithm).

It's kind of an important distinction, and the help doesn't give any details whatsoever on what the headers are or do or provide, hehe :)

- Oliver

0 Kudos
1 Reply
TimP
Honored Contributor III
227 Views
The "optimized headers" replace certain standard library functions by special Intel libraries: IPP must be installed along with Intel C++. Possibly, mathimf might be used.
0 Kudos
Reply