OSDN Git Service

Replace MIPS specific memcpy.S/memset.S with version from glibc/newlib.
authorSteve Ellcey <sellcey@imgtec.com>
Mon, 21 Dec 2015 21:22:07 +0000 (13:22 -0800)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sat, 26 Dec 2015 19:24:49 +0000 (20:24 +0100)
commitb778f37b8395a3258925e13a706dbc7d43c7c0ed
tree096258ce0b88a88b96149f819697d1e0814aa9bd
parente6555c6f15da4545496c02ba569f3bc61e2a0210
Replace MIPS specific memcpy.S/memset.S with version from glibc/newlib.

These MIPS specific versions of memcpy.S and memset.S are faster than
the current ones and match what is in newlib and glibc.  They also have
support for the mips32r6 and mips64r6 architectures.

Signed-off-by: Steve Ellcey <sellcey@imgtec.com>
libc/string/mips/memcpy.S
libc/string/mips/memset.S