]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Put wcs{n}len-sse4.1 in the sse4.1 text section
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 24 Jun 2022 16:42:15 +0000 (09:42 -0700)
committerSunil K Pandey <skpgkp2@gmail.com>
Mon, 18 Jul 2022 18:47:53 +0000 (11:47 -0700)
commitc77cde8172575a433a04dadfeea4ff078149b84f
treef5bd318ba4be4a362346a49591b7c4aae7bb6335
parent3eb17048c4aa5672d2d3e0473b83d0790206214c
x86: Put wcs{n}len-sse4.1 in the sse4.1 text section

Previously was missing but the two implementations shouldn't get in
the sse2 (generic) text section.

(cherry picked from commit afc6e4328ff80973bde50d5401691b4c4b2e522c)
sysdeps/x86_64/multiarch/strlen-vec.S
sysdeps/x86_64/multiarch/wcslen-sse4_1.S
sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S