]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Rename generic functions with unique postfix for clarity
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 16 Jun 2022 22:07:12 +0000 (15:07 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 17 Jun 2022 03:17:45 +0000 (20:17 -0700)
commitc22eb807b0c8125101f6a274795425be2bbd0386
tree12f3b90aa183a801d36ac26efbd0b21dd4ec6f8e
parent8da9f346cb2051844348785b8a932ec44489e0b7
x86: Rename generic functions with unique postfix for clarity

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.
29 files changed:
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/ifunc-avx2.h
sysdeps/x86_64/multiarch/ifunc-impl-list.c
sysdeps/x86_64/multiarch/ifunc-sse4_2.h
sysdeps/x86_64/multiarch/ifunc-strcpy.h
sysdeps/x86_64/multiarch/ifunc-wcslen.h
sysdeps/x86_64/multiarch/stpncpy-c.c [deleted file]
sysdeps/x86_64/multiarch/stpncpy-generic.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/stpncpy.c
sysdeps/x86_64/multiarch/strcspn-generic.c [moved from sysdeps/x86_64/multiarch/strcspn-sse2.c with 96% similarity]
sysdeps/x86_64/multiarch/strcspn-sse4.c [moved from sysdeps/x86_64/multiarch/strcspn-c.c with 96% similarity]
sysdeps/x86_64/multiarch/strncat-c.c [deleted file]
sysdeps/x86_64/multiarch/strncat-generic.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/strncat.c
sysdeps/x86_64/multiarch/strncpy-c.c [deleted file]
sysdeps/x86_64/multiarch/strncpy-generic.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/strncpy.c
sysdeps/x86_64/multiarch/strpbrk-generic.c [moved from sysdeps/x86_64/multiarch/strpbrk-sse2.c with 96% similarity]
sysdeps/x86_64/multiarch/strpbrk-sse4.c [moved from sysdeps/x86_64/multiarch/strpbrk-c.c with 92% similarity]
sysdeps/x86_64/multiarch/strspn-generic.c [moved from sysdeps/x86_64/multiarch/strspn-sse2.c with 96% similarity]
sysdeps/x86_64/multiarch/strspn-sse4.c [moved from sysdeps/x86_64/multiarch/strspn-c.c with 97% similarity]
sysdeps/x86_64/multiarch/wcscpy-c.c [deleted file]
sysdeps/x86_64/multiarch/wcscpy-generic.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/wcscpy.c
sysdeps/x86_64/multiarch/wcsncmp-generic.c [moved from sysdeps/x86_64/multiarch/wcsncmp-sse2.c with 92% similarity]
sysdeps/x86_64/multiarch/wcsncmp.c
sysdeps/x86_64/multiarch/wcsnlen-c.c [deleted file]
sysdeps/x86_64/multiarch/wcsnlen-generic.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/wcsnlen.c