MIPS: microMIPS: Optimise 'strlen' core library function.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Mon, 25 Mar 2013 18:41:47 +0000 (13:41 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 9 May 2013 15:55:19 +0000 (17:55 +0200)
commitb1bac3734581ab6788bbfe125c62914f8d6d5e01
treecf1592a5bc6185e5af63d9729d6afb2ef30bd50a
parent0131f2b2c93bc8f0b0d9d599cf72d1df76ad3f01
MIPS: microMIPS: Optimise 'strlen' core library function.

Optimise 'strlen' to use microMIPS instructions and/or optimisations
for binary size reduction. When the microMIPS ISA is not being used,
the library function compiles to the original binary code.

Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
arch/mips/lib/strlen_user.S