about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Use latest optimizations for internal function callsRajalakshmi Srinivasaraghavan2017-02-071-2/+2
| | | | | Some of the power8 strings optimizations are not updated to use the latest version of other string optimizations
* Remove duplicate strcat implementationsAdhemerval Zanella2017-01-031-1/+1
| | | | | | | | | | | | | | | | | Since commit 6e46de42fe16 default strcat implementation is essentially the same for specialized ia64 and powerpc ones. This patch removes the redundant implementation and adjust powerpc64 ifunc code to use the default one. Checked on powerpc32-linux-gnu (default and power4) and ia64-linux build and on powerpc64le-linux-gnu. * sysdeps/ia64/strcat.c: Remove file. * sysdeps/powerpc/strcat.c: Likewise. * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Use default C implementation. * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Likewise. * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: Likewise.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* powerpc: Optimized strcat for POWER8/PPC64Adhemerval Zanella2015-01-131-0/+30
With new optimized strcpy for POWER8, this patch adds an optimized strcat which uses it along with default implementation at strings/.