Patch from Eric Norum:

Here's another small patch.  The changes to socket.h are to provide
  some definitions that UNIX BSD socket programmers expect.  The
  memcpy.c contains a memcpy routine optimized for the CPU32+.  When I
  run the ttcp benchmark with this routine I get host->68360 transfers
  around 165 kbytes/sec (about a 25% improvement) and 68360->host
    transfers of around 290 kbytes/sec (about a 50% improvement).
This commit is contained in:
Joel Sherrill
1998-02-23 21:33:43 +00:00
parent 9b39bab01d
commit 0799dec022
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
PGM=${ARCH}/startup.rel
# C source names, if any, go here -- minus the .c
C_PIECES=alloc360 bspstart bspclean init68360 sbrk setvec
C_PIECES=alloc360 bspstart bspclean init68360 memcpy sbrk setvec
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)