Mettle

callee-has-kernelThe callee's loops became SIMD kernels

Reported by --explain after a verdict.

mettle explain callee-has-kernel

Not a refusal to worry about. The callee's loops vectorized, which happens after inlining runs, so the call survives to the end of the pipeline and gets reported here.

The kernel runs at the same speed either way. One call to reach it is not measurable against the loop it contains.

Related