PowerPC: memmove default implementation cleanup
commitdde00e9914370ddd90c9bbc4f3f0e455efae4b47
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 24 Jun 2014 11:42:31 +0000 (24 06:42 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 28 Aug 2014 13:29:31 +0000 (28 09:29 -0400)
tree621c997ffc6f05aa49adbc73b715cbeb8185fe91
parent9841a0850ed3be4310ec6b49c3349e39a6f0f481
PowerPC: memmove default implementation cleanup

This patch removes the powerpc specific logic in memmove and instead
include default implementation with MEMCPY_OK_FOR_FWD_MEMMOVE defined.
This lead in a increase performance, since the constraints to use
memcpy in powerpc code are too restrictive and memcpy can be used for
any forward memmove.

This is a backport of d6f68bbef4427850c2901728a1d13efc0e687297.
ChangeLog
sysdeps/powerpc/memmove.c