This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
mirror of
git://sourceware.org/git/glibc.git
synced
2025-01-30 12:31:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
30c2a0e41b
glibc
/
sysdeps
/
i386
/
i686
/
multiarch
/
varshift.c
4 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
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.
2017-06-14 14:11:22 +08:00
#
if IS_IN (libc)
#
include <sysdeps
/
x86_64
/
multiarch
/
varshift.c>
#
endif
Reference in New Issue
Copy Permalink