commit | 3e9f37e885f22e703ec6fe730eba4aebdb5dd5e0 | [log] [tgz] |
---|---|---|
author | Steven J. Hill <Steven.Hill@imgtec.com> | Mon Mar 25 13:42:18 2013 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 09 17:55:20 2013 +0200 |
tree | 05212d453496eab853fd8954900711c5cdd8e3ce | |
parent | b1bac3734581ab6788bbfe125c62914f8d6d5e01 [diff] |
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>