]> sourceware.org Git - glibc.git/commit
x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:29:01 +0000 (12:29 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (14:55 -0700)
commit58e6cd4bcbe9f29949f1545953a17145bf732aa0
treed7b1785858dee9ebb7cee91d6881127125b352cf
parent60a583ec601351c7d9b026e6a62ee6bab0cbf80b
x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.S

This commit doesn't affect libc.so.6, its just housekeeping to prepare
for adding explicit ISA level support.

Tested build on x86_64 and x86_32 with/without multiarch.
sysdeps/x86_64/multiarch/rtld-strlen.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/rtld-strnlen.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strlen-sse2.S
sysdeps/x86_64/multiarch/strlen-vec.S [deleted file]
sysdeps/x86_64/multiarch/strnlen-sse2.S
sysdeps/x86_64/multiarch/wcslen-sse4_1.S
sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S
sysdeps/x86_64/strlen.S
sysdeps/x86_64/strnlen.S
This page took 0.048271 seconds and 5 git commands to generate.