MIPS: microMIPS: Optimise 'strnlen' core library function.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Mon, 25 Mar 2013 18:42:18 +0000 (13:42 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 9 May 2013 15:55:20 +0000 (17:55 +0200)
commit3e9f37e885f22e703ec6fe730eba4aebdb5dd5e0
tree05212d453496eab853fd8954900711c5cdd8e3ce
parentb1bac3734581ab6788bbfe125c62914f8d6d5e01
MIPS: microMIPS: Optimise 'strnlen' core library function.

Optimise 'strnlen' 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/strnlen_user.S