vppinfra: fix issue when copying 16 bytes with clib_memcpy 79/5579/2
authorDamjan Marion <damarion@cisco.com>
Wed, 1 Mar 2017 19:53:59 +0000 (20:53 +0100)
committerOle Trøan <otroan@employees.org>
Wed, 1 Mar 2017 21:38:04 +0000 (21:38 +0000)
commitf71ef1dddfc7cf34944c510b85bec074f431bb12
treeac8ee980bd9d5ac64d6a914c9637a9d23c330321
parent46c75cf65c56eb9d46c94fb97975e5494f95c69e
vppinfra: fix issue when copying 16 bytes with clib_memcpy

Current code wos copying same data twice when length is 16.

Change-Id: I8d935b32f61672aaea9789c097a5083ae8f78cdd
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/vppinfra/memcpy_avx.h
src/vppinfra/memcpy_sse3.h