vppinfra: correct intrinsic called by u16x16_from_u8x16 85/31985/2
authorLijian.Zhang <Lijian.Zhang@arm.com>
Wed, 14 Apr 2021 08:12:28 +0000 (16:12 +0800)
committerDamjan Marion <dmarion@me.com>
Thu, 15 Apr 2021 12:29:40 +0000 (12:29 +0000)
commit7e9d5ff0ef7826f867152c03e51ffdc54838cf79
treed48fe26dd6231c0f776dd21ec355334f28d6adb9
parentfa551b889afadda6dcfcc8093f6949f85284b41d
vppinfra: correct intrinsic called by u16x16_from_u8x16

u16x16_from_u8x16() and i16x16_from_i8x16() call intrisics
_mm256_cvtepu8_epi64 and _mm256_cvtepi8_epi64. But they are not seems
doing the right data conversion from the name of the wrappers.
The correct intrinsics been called should be _mm256_cvtepu8_epi16
and _mm256_cvtepi8_epi16.

Type: fix

Change-Id: Id71de6ae1a266a370f11c33a46684202be766c43
Signed-off-by: Lijian Zhang <Lijian.Zhang@arm.com>
src/vppinfra/vector_avx2.h