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