]> git.ipfire.org Git - thirdparty/glibc.git/commit
i686: Add missing IS_IN (libc) guards to vectorized strcspn
authorFlorian Weimer <fweimer@redhat.com>
Wed, 14 Jun 2017 06:11:22 +0000 (08:11 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 20 Jun 2017 04:28:29 +0000 (06:28 +0200)
commitd990d79610362f823292f9d869b84b4ec4491159
treebe1c3865db2cae525c8b6790cf5fc7aafef055fd
parent901d3d5aaab248c9b2a85ac589e4bad8b8e636b2
i686: Add missing IS_IN (libc) guards to vectorized strcspn

Since commit d957c4d3fa48d685ff2726c605c988127ef99395 (i386: Compile
rtld-*.os with -mno-sse -mno-mmx -mfpmath=387), vector intrinsics can
no longer be used in ld.so, even if the compiled code never makes it
into the final ld.so link.  This commit adds the missing IS_IN (libc)
guard to the SSE 4.2 strcspn implementation, so that it can be used from
ld.so in the future.

(cherry picked from commit 69052a3a95da37169a08f9e59b2cc1808312753c)
ChangeLog
sysdeps/i386/i686/multiarch/strcspn-c.c
sysdeps/i386/i686/multiarch/varshift.c