OSDN Git Service

Add libc optimizations to bionic for MIPS
authorPrashant Patil <prashant.patil@imgtec.com>
Thu, 16 Mar 2017 12:37:00 +0000 (18:07 +0530)
committerElliott Hughes <enh@google.com>
Thu, 16 Mar 2017 17:26:24 +0000 (10:26 -0700)
commitfcb877ac4b05e65f64b9b3199d71dfeaae299177
treecbeafec613f5f3d8439acb16483fae8ed38d5ddc
parent616b2d87eabee34559b12a3ddd3e057a1ad49879
Add libc optimizations to bionic for MIPS

Test: Used bionic tests available under bionic/tests folder.
      Tested for mips32r1/mips32r2/mips64r6 on emulators.

Change-Id: I589415ddc496df3f6067ae34cb33ca58b3a1f276
Signed-off-by: Prashant Patil <prashant.patil@imgtec.com>
15 files changed:
libc/Android.bp
libc/NOTICE
libc/arch-mips/string/memchr.c [new file with mode: 0644]
libc/arch-mips/string/memcmp.c
libc/arch-mips/string/memcpy.S [deleted file]
libc/arch-mips/string/memcpy.c [new file with mode: 0644]
libc/arch-mips/string/memmove.c [new file with mode: 0644]
libc/arch-mips/string/mips-string-ops.h [deleted file]
libc/arch-mips/string/mips_strlen.c [deleted file]
libc/arch-mips/string/strchr.c [new file with mode: 0644]
libc/arch-mips/string/strcmp.S
libc/arch-mips/string/strcpy.c [new file with mode: 0644]
libc/arch-mips/string/strlen.c
libc/arch-mips/string/strncmp.S [new file with mode: 0644]
libc/arch-mips/string/strnlen.c [new file with mode: 0644]