NetBSD/sys/lib/libkern/arch
fredette 7aaa6a4bc4 On the 68010, don't bother with the by-8-longwords loop, instead
only 16-bit align the region and use loop mode with longwords
to do the bulk of the work.

On the 68020+, fixed an optimization bug where all regions that start
on odd addresses would not be properly longword aligned.
2001-09-06 21:30:15 +00:00
..
alpha Provide bcopy() here. 2001-07-13 00:04:00 +00:00
arm Remove bcmp, bcopy and bzero. We don't need them as they aren't 2001-07-06 17:35:44 +00:00
i386
m68k On the 68010, don't bother with the by-8-longwords loop, instead 2001-09-06 21:30:15 +00:00
mips
ns32k
powerpc 7450 requires a sync before the the isync (MPC7450UM - 3.4.4.8) 2001-08-22 21:19:58 +00:00
sh3
sparc Sync with libc: use bzero-based assembly version of memset(). 2001-07-01 11:55:36 +00:00
sparc64
vax
x86_64 Initial commit of the port to AMD's upcoming 64 bit architecture, the 2001-06-19 00:19:12 +00:00