Loading
test/unit: add test for base64 with Arm NEON intrinsics
For in each loop, encoding with Arm NEON deals with 48 bytes and decoding deals with 64 bytes: encode: add test with src_len=48 and more than 48; decode: add test with src_len=64 and more than 64. Signed-off-by:Richael Zhuang <richael.zhuang@arm.com> Change-Id: Ie156d147165a2511eed03d212eb78300e0edc84c Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465734 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>