- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
icpc (ICC) 16.0.1 compiler had "-fast" option which was expanded to "-xHOST -O3 -ipo -no-prec-div -static -fp-model fast=2" according to the manual.
However, new compiler icpc (ICC) 2021.2.0 does not have this alias. What is the reason for deprecation?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seems like a bug in our help option. It has been missing since 19.0. AFAIK, -fast is still supported. If we plan to deprecate it, it will be informed.
You can see the list of deprecated options by "icc -help deprecated"
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The -fast option is available in the ICC 2021.2 version.
Example Usage: icpc -fast file.cpp
Please let us know if you face any issues.
Regards
Rajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rajesh,
I looked through `icpc --help` output and haven't found "-fast" option while "-Ofast" is still there. Looks like it is simply missing from the manual, because it seems to add "-static" when I use "-fast". Can you confirm? Also, is there some specific reason why it is missing from the help string, is it considered deprecated?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
>>It seems to add "-static" when I use "-fast".
As per documentation, -fast option includes -ipo, -O3, -static, -fp-model fast=2 options.
>>Is there some specific reason why it is missing from the help string
We are checking it internally and will get back to you.
Regards
Rajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seems like a bug in our help option. It has been missing since 19.0. AFAIK, -fast is still supported. If we plan to deprecate it, it will be informed.
You can see the list of deprecated options by "icc -help deprecated"
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Since you have accepted the solution. Let us close this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.
Thanks,

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page