From: Steven J. Hill Date: Mon, 25 Mar 2013 18:41:47 +0000 (-0500) Subject: MIPS: microMIPS: Optimise 'strlen' core library function. X-Git-Tag: v3.10-rc1~15^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1bac3734581ab6788bbfe125c62914f8d6d5e01;p=pandora-kernel.git 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 --- Reading git-diff-tree failed