Skip to content

x86-64: Move strlen.S to multiarch/strlen-vec.S

Alice Xu requested to merge users/dianhong/glibc-2.31 into users/intel/x86/2.31

Since strlen.S contains SSE2 version of strlen/strnlen and SSE4.1 version of wcslen/wcsnlen, move strlen.S to multiarch/strlen-vec.S and include multiarch/strlen-vec.S from SSE2 and SSE4.1 variants. This also removes the unused symbols, __GI___strlen_sse2 and __GI___wcsnlen_sse4_1.

(cherry picked from commit a0db6780)

Merge request reports