This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
857b57eae1
freebsd-dev
/
lib
/
libc
/
i386
/
string
/
memcpy.S
6 lines
84 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Standardize on our SCM ID style.
2002-03-23 02:44:19 +00:00
#
include
<
m
a
c
h
i
n
e
/
a
s
m
.
h
>
_
_
FBSDID
(
"
$
F
r
e
e
B
S
D
$
"
)
;
Use separate routines for memmove() and memcpy(). This lets me drop the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSD
1997-04-20 13:02:48 +00:00
#
define
M
E
M
C
O
P
Y
#
include
"
b
c
o
p
y
.
S
"
Reference in New Issue
Copy Permalink