git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e2e85
)
microblaze: Support C optimized lib functions for little-endian
author
Michal Simek
<monstr@monstr.eu>
Sat, 9 Oct 2010 04:05:58 +0000
(14:05 +1000)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 21 Oct 2010 05:52:02 +0000
(15:52 +1000)
Optimized C library functions can rapidly speedup the kernel.
memset doesn't need to be optimized because there is no difference
in behavior on little/big endian cpu.
Signed-off-by: Michal Simek <monstr@monstr.eu>
No differences found