RE: [PATCH v3 4/4] common/ml: add Arm NEON type conversion routines

2022-12-20 Thread Ruifeng Wang
> -Original Message- > From: Srikanth Yalavarthi > Sent: Wednesday, December 21, 2022 1:53 AM > To: Srikanth Yalavarthi ; Ruifeng Wang > > Cc: dev@dpdk.org; sshankarn...@marvell.com; jer...@marvell.com; > apra...@marvell.com > Subject: [PATCH v3 4/4] comm

[PATCH v3 4/4] common/ml: add Arm NEON type conversion routines

2022-12-20 Thread Srikanth Yalavarthi
Added ARM NEON intrinsic based implementations to support conversion of data types. Support is enabled to handle int8, uint8, int16, uint16, float16, float32 and bfloat16 types. Signed-off-by: Srikanth Yalavarthi --- v2: * Dropped use of driver routines to call neon functions * Optimization of ne