about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcsncmp-generic.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: Rename generic functions with unique postfix for clarityNoah Goldstein2022-06-161-0/+20
No functions are changed. It just renames generic implementations from '{func}_sse2' to '{func}_generic'. This is just because the postfix "_sse2" was overloaded and was used for files that had hand-optimized sse2 assembly implementations and files that just redirected back to the generic implementation. Full xcheck passed on x86_64.