remarks

How to disable remark "LOOP WAS VECTORIZED" written by Intel compiler?

I want to disable remark "LOOP WAS VECTORIZED" written by Intel compiler. But I don't want to disable optimazation. What do I need to do? ...

Comments or remarks in an xcopy exclude file

I know how xcopy works, but is it possible to add comments to your exclude files? Something like this: .pdb .xml .config Some.dll /* excluded because ... */ ...