Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I get vectorization messages?

Messages vectorization
0
Posted

How can I get vectorization messages?

0

Vectorization messages are available with the “-Wv,-Vmessages” switch to the compiler driver. These messages are sent to the standard output, and tell you about vectorization inhibitors that may be preventing a loop from vectorizing. For example, if a loop contains a function call, there will be a message pointing out the call and noting that this prevents vectorization. If there is a data dependency between two references to an array in a loop, there will be a vectorization message generated that points out the problem.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123