History log of /dpdk/lib/mldev/mldev_utils_scalar.h (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v24.07-rc2, v24.07-rc1, v24.03, v24.03-rc4, v24.03-rc3, v24.03-rc2, v24.03-rc1, v23.11, v23.11-rc4, v23.11-rc3, v23.11-rc2, v23.11-rc1, v23.07, v23.07-rc4, v23.07-rc3, v23.07-rc2, v23.07-rc1, v23.03, v23.03-rc4, v23.03-rc3
# 538f6997 13-Mar-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

mldev: fix Arm build with NEON and GCC 4.8.5

Since bfloat16 intrinsics are not supported on all ARM platforms
that support NEON, bfloat16 routines are moved to separate files.
This would enable usin

mldev: fix Arm build with NEON and GCC 4.8.5

Since bfloat16 intrinsics are not supported on all ARM platforms
that support NEON, bfloat16 routines are moved to separate files.
This would enable using scalar implementation for bfloat16 on
unsupported ARM platforms.

Bugzilla ID: 1179
Fixes: fc54766b1612 ("mldev: add Arm NEON type conversion")

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>

show more ...