]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[PPC64] strcpy optimization
authorluporl <luporl@FreeBSD.org>
Wed, 15 Jan 2020 19:46:01 +0000 (19:46 +0000)
committerluporl <luporl@FreeBSD.org>
Wed, 15 Jan 2020 19:46:01 +0000 (19:46 +0000)
commitb7a6abd7732f578ca7cdaf11da5ba56a1819c2ea
treef879929a270c11a12a0c237dad13d32173066afa
parentf4baf8a4c71d64aab95dcd2833a168bb8b3cbb48
[PPC64] strcpy optimization

Assembly optimization of strcpy for PowerPC64, using double words
instead of bytes to copy strings.

Submitted by: Leonardo Bianconi <leonardo.bianconi_eldorado.org.br> (original version)
Reviewed by: jhibbits
Differential Revision: https://reviews.freebsd.org/D15368
lib/libc/powerpc64/string/Makefile.inc [new file with mode: 0644]
lib/libc/powerpc64/string/strcpy.c [new file with mode: 0644]
lib/libc/powerpc64/string/strcpy_arch_2_05.S [new file with mode: 0644]
lib/libc/powerpc64/string/strcpy_resolver.c [new file with mode: 0644]
lib/libc/string/strcpy.c