From: Steven J. Hill Date: Mon, 25 Mar 2013 18:40:49 +0000 (-0500) Subject: MIPS: microMIPS: Optimise 'memset' core library function. X-Git-Tag: v3.10-rc1~15^2^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c5e07d1478021914801c8c7dd77c9268940e4f;p=pandora-kernel.git MIPS: microMIPS: Optimise 'memset' core library function. Optimise 'memset' 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