1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-10 00:49:40 +03:00
Files
glibc/sysdeps/powerpc
Adhemerval Zanella 528ffb3a04 Remove powerpc64 strspn, strcspn, and strpbrk implementation
This patch removes the powerpc64 optimized strspn, strcspn, and
strpbrk assembly implementation now that the default C one
implements the same strategy.  On internal glibc benchtests
current implementations shows similar performance with -O2.

Tested on powerpc64le (POWER8).

	* sysdeps/powerpc/powerpc64/strcspn.S: Remove file.
	* sysdeps/powerpc/powerpc64/strpbrk.S: Remove file.
	* sysdeps/powerpc/powerpc64/strspn.S: Remove file.
2016-04-01 10:44:45 -03:00
..
2016-03-08 15:30:06 -03:00
2016-03-08 15:30:06 -03:00
2012-03-28 09:25:31 +02:00