tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
arch
/
m88k
/
string
/
at
jcs
4 files
Makefile.inc
Add assembly version of bcopy(3), memcpy(3) and memmove(3). This version is a bit faster than the C version, and can also perform halfword copies rather than byte copies when alignment of source and destination areas does not allow word copies but allows halfword. It is also a bit smaller.
8 months ago
bcopy.S
Add assembly version of bcopy(3), memcpy(3) and memmove(3). This version is a bit faster than the C version, and can also perform halfword copies rather than byte copies when alignment of source and destination areas does not allow word copies but allows halfword. It is also a bit smaller.
8 months ago
memcpy.S
Add assembly version of bcopy(3), memcpy(3) and memmove(3). This version is a bit faster than the C version, and can also perform halfword copies rather than byte copies when alignment of source and destination areas does not allow word copies but allows halfword. It is also a bit smaller.
8 months ago
memmove.S
Add assembly version of bcopy(3), memcpy(3) and memmove(3). This version is a bit faster than the C version, and can also perform halfword copies rather than byte copies when alignment of source and destination areas does not allow word copies but allows halfword. It is also a bit smaller.
8 months ago