Optimization flags for Intel c++ compiler

asked 2013-09-05 03:29:13 -0600

gitgat gravatar image

Is there any set of recommanded flags to choose in order to get the most optimized code with the Intel c++ compiler?

for example I use /O3 /Arch:AVX /Oy /Ot /Qopt_matmul /fp:fast=2

However activating /Qparallel dramatically slows down the opencv functions!! What flags do you guys use to produce opencv release versions??

edit retag flag offensive close merge delete