Mettle

vectorized-innerThe inner loop of a nest became a kernel

Reported by --explain after a verdict.

mettle explain vectorized-inner

The inner loop vectorized and the outer loop stays scalar, driving it. This is the normal outcome for a nest, and usually the one you want: the inner loop is where the elements are.

Related