This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-12-02 01:40:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c353689e49
glibc
/
sysdeps
/
x86_64
/
strncmp.S
5 lines
96 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.S This commit doesn't affect libc.so.6, its just housekeeping to prepare for adding explicit ISA level support. Because strcmp-sse2.S implements so many functions (more from avx2/evex/sse42) add a new file 'strcmp-naming.h' to assist in getting the correct symbol name for all the function across multiarch/non-multiarch builds. Tested build on x86_64 and x86_32 with/without multiarch.
2022-07-12 19:28:06 +00:00
/* Symbol = strncmp. */
#
include
"
m
u
l
t
i
a
r
c
h
/
s
t
r
n
c
m
p
-
s
s
e
2
.
S
"
libc
_
h
i
d
d
e
n
_
b
u
i
l
t
i
n
_
d
e
f
(
s
t
r
n
c
m
p
)
Reference in New Issue
Copy Permalink