On Tue, 14 Apr 2015 14:31:53 -0700 Ravi Kerur <rkerur at gmail.com> wrote:
> + > + for (i = 0; i < 2; i++) > + rte_mov32(dst + i * 32, src + i * 32); > } Unless you force compiler to unroll the loop, it will be slower.
On Tue, 14 Apr 2015 14:31:53 -0700 Ravi Kerur <rkerur at gmail.com> wrote:
> + > + for (i = 0; i < 2; i++) > + rte_mov32(dst + i * 32, src + i * 32); > } Unless you force compiler to unroll the loop, it will be slower.