"Iyer, Balaji V" <balaji.v.i...@intel.com> writes: >> >>The answer is that you should not enable the vectorizer. > > OK. I will fix that.
It still seems like useful functionality. Otherwise you have to compile the whole program with -O3, just to vectoriz a few marked functions or add additional annotations for all of them. How about a separate command line flag to auto enable vectorization (or -O3) for functions with Cilk vector annotations? -Andi -- a...@linux.intel.com -- Speaking for myself only