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

Disable predication and software pipelining

equinone
Beginner
260 Views
I would like to disable the used of predication. Is there any flag in icc 8.1 to disable it like -fno-if-conversion in gcc?
Is it possible to disable only the optimization of software pipelining without affect the if-conversion in compilation?

Thanks,
Edu
0 Kudos
0 Replies
Reply