commit | b1bac3734581ab6788bbfe125c62914f8d6d5e01 | [log] [tgz] |
---|---|---|
author | Steven J. Hill <Steven.Hill@imgtec.com> | Mon Mar 25 13:41:47 2013 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 09 17:55:19 2013 +0200 |
tree | cf1592a5bc6185e5af63d9729d6afb2ef30bd50a | |
parent | 0131f2b2c93bc8f0b0d9d599cf72d1df76ad3f01 [diff] |
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>