Skip to content

Implement AVX2 version of strlcpy/wcslcpy function and add strlcpy/wcslcpy testcase

Sunil Pandey requested to merge users/skpgkp2/avx2/strlcpy1 into users/intel/strlcpy

This patch implements comprehensive tests for strlcpy/wcslcpy functions. Tests are mostly derived from strncpy test suites and modified to incorporate strlcpy/wcslcpy specifications.

Merge request reports