- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The latest versions of Intel C++ Compiler ( * ) introduce new options that will be useful for IPP users.
These options provide to reference in compile time and link with IPP without having to know all the nuances of how the performance libraries can be combined.
On Windows, this option is: /Qipp[:]
On Linux this option is ipp[:]
Where argument: crypto, nonpic_crypto, nonpic and common. When used with no argument, common is the default.
By default this option /Qipp (-ipp) is OFF.
The example of using on Linux OS
icc -ipp=common -o test.out test.cpp
For more details see Intel C++ Compiler User and Reference Guide.
The options are available staring from the following versions of Intel Compiler:
Intel C++ Compiler Professional Edition for
Windows* Version 11.1.038,
Linux* version 11.1.046
and for Mac OS* X version 058
These options provide to reference in compile time and link with IPP without having to know all the nuances of how the performance libraries can be combined.
On Windows, this option is: /Qipp[:
On Linux this option is ipp[:
Where argument: crypto, nonpic_crypto, nonpic and common. When used with no argument, common is the default.
By default this option /Qipp (-ipp) is OFF.
The example of using on Linux OS
icc -ipp=common -o test.out test.cpp
For more details see Intel C++ Compiler User and Reference Guide.
The options are available staring from the following versions of Intel Compiler:
Intel C++ Compiler Professional Edition for
Windows* Version 11.1.038,
Linux* version 11.1.046
and for Mac OS* X version 058
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would like to add:
Please note if you link your code with IPP DLLs or shared libraries you will need to add path to the libraries to your system environment variable (PATH on windows, LD_LIBRARY_PATH on Linux and DYLIB_LIBRARY_PATH on MacOS) in order to run executable
Regards,
Vladimir
Please note if you link your code with IPP DLLs or shared libraries you will need to add path to the libraries to your system environment variable (PATH on windows, LD_LIBRARY_PATH on Linux and DYLIB_LIBRARY_PATH on MacOS) in order to run executable
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page