diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-14 08:11:22 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-20 06:27:09 +0200 |
commit | adc7e06fb412a2a1ee52f8cb788caf436335b9f3 (patch) | |
tree | 0d1157643296392a4752c58ab3401e1700b143b7 /setjmp | |
parent | 3776f38fcd267c127ba5eb222e2c614c191744aa (diff) | |
download | glibc-adc7e06fb412a2a1ee52f8cb788caf436335b9f3.zip glibc-adc7e06fb412a2a1ee52f8cb788caf436335b9f3.tar.gz glibc-adc7e06fb412a2a1ee52f8cb788caf436335b9f3.tar.bz2 |
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)
Diffstat (limited to 'setjmp')
0 files changed, 0 insertions, 0 deletions