From a8a7d7d212de1dd8c8d0a59eb9ea1c9289f63be1 Mon Sep 17 00:00:00 2001 From: Rajalakshmi Srinivasaraghavan Date: Mon, 1 Dec 2014 09:03:58 -0500 Subject: powerpc: strtok{_r} optimization for powerpc64 This patch optimizes strtok and strtok_r for POWERPC64. A table of 256 characters is created and marked based on the 'accept' argument and used to check for any occurance on the input string.Loop unrolling is also used to gain improvements. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 35de0ab843..613f304ddc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-12-01 Rajalakshmi Srinivasaraghavan + + * sysdeps/powerpc/powerpc64/strtok.S: New file. + * sysdeps/powerpc/powerpc64/strtok_r.S: New file. + 2014-11-29 Carlos O'Donell * bits/ioctl-types.h: Indent preprocessor directives correctly. -- cgit v1.2.3-70-g09d2