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:
9c662ca
)
powerpc: word-at-a-time optimization for 64-bit Little Endian
author
Philippe Bergheaud
<felix@linux.vnet.ibm.com>
Thu, 26 Sep 2013 06:30:09 +0000
(08:30 +0200)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 31 Oct 2013 05:19:16 +0000
(16:19 +1100)
This is an optimization for the PowerPC in 64-bit
little-endian. Bit counting is used in find_zero(), instead
of the multiply and shift.
It is modelled after Alan Modra's PowerPC LE strlen patch
http://sourceware.org/ml/libc-alpha/2013-08/msg00097.html.
Signed-off-by: Philippe Bergheaud <felix@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found