[PATCH 0/2] powerpc32: Optimise csum_partial()

Christophe Leroy christophe.leroy at c-s.fr
Tue Jun 30 23:56:36 AEST 2015


The purpose of this patchset is to optimise csum_partial() on powerpc32.
In the first part, we remove some unneccessary instructions
In the second part, we partially unloop the main loop

Christophe Leroy (2):
  Optimise a few instructions in csum_partial()
  Optimise csum_partial() loop

 arch/powerpc/lib/checksum_32.S | 53 +++++++++++++++++++++++++-----------------
 1 file changed, 32 insertions(+), 21 deletions(-)

-- 
2.1.0



More information about the Linuxppc-dev mailing list