This website requires JavaScript.
Explore
Help
Register
Sign In
system
/
glibc
Watch
3
Star
0
Fork
0
You've already forked glibc
Code
Issues
Projects
Releases
Wiki
Activity
glibc
/
sysdeps
/
arm
/
armv6
/
stpcpy.S
2 lines
28 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
arm: Implement armv6 optimized string routines The strcpy and strchr (and related) functions are four times faster than the byte-by-byte default versions. The strlen function is twice as fast for long strings and 50% faster for short strings over the armv4 version.
2013-03-07 09:07:51 -08:00
/* Defined in strcpy.S. */
Reference in New Issue
Copy Permalink