Comment 23 for bug 2001975

Revision history for this message
Simon Chopin (schopin) wrote :

Verified in a fresh LXD container:

root@focal-glibc:~# gcc -static -o test_wcsncmp test_wcsncmp.c
In file included from test_wcsncmp.c:2:
test_wcsncmp.c: In function ‘main’:
test_wcsncmp.c:6:12: warning: implicit declaration of function ‘__wcsncmp_avx2’ [-Wimplicit-function-declaration]
    6 | assert(__wcsncmp_avx2(L"abc", L"abd", (1UL << 62)) != 0);
      | ^~~~~~~~~~~~~~
root@focal-glibc:~# ./test_wcsncmp && echo OK
OK