[PATCH v2 0/2] powerpc32: Optimise csum_partial()
From: Christophe Leroy <hidden>
Date: 2015-08-05 13:29:38
Also in:
lkml
From: Christophe Leroy <hidden>
Date: 2015-08-05 13:29:38
Also in:
lkml
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