commit | 26c5e07d1478021914801c8c7dd77c9268940e4f | [log] [tgz] |
---|---|---|
author | Steven J. Hill <Steven.Hill@imgtec.com> | Mon Mar 25 13:40:49 2013 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 09 17:55:19 2013 +0200 |
tree | a0594bbc2c6a5881e07381e4bfc15e6b71cc901d | |
parent | bce860833ab1e40113eb0efab34d0c8f3b0226b1 [diff] |
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 <Steven.Hill@imgtec.com>