1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-28 23:34:53 +03:00
Files
glibc/sysdeps/powerpc/powerpc32
Will Schmidt 15d0da8cb3 Add versions of wcscpy, wcschr, wcsrchr for power6/power7.
Initially based on the versions found in wcsmbs/* ; these files have
been changed by hand unrolling, and adding some additional variables
to allow some read-ahead to occur, which then relieves some of the
wait-for-increment/wait-for-load/wait-for-compare-results pressure
that was slowing down every iteration through the while-loop.

For 64-bit Power7, These changes give an approx 20% throughput boost
for the wcschr and wcsrchr functions; and approx 40% boost for the
wcscpy function.  32-bit improvements appear to be slightly better
with ~ %30 and ~ %45 respectively.  Results for Power6 closely match
those for power7.
2012-08-22 11:04:42 -05:00
..
2012-07-10 14:30:24 +02:00
2012-07-17 23:57:43 +02:00
2012-07-17 23:57:43 +02:00
2012-05-26 22:33:51 +02:00
2012-05-25 10:30:42 -07:00
2012-07-10 14:30:24 +02:00
2012-07-10 14:30:24 +02:00
2012-07-10 14:30:24 +02:00
2012-07-10 14:30:24 +02:00