PowerPC: memmove default implementation cleanup
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 24 Jun 2014 11:42:31 +0000 (06:42 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 7 Jul 2014 19:46:44 +0000 (14:46 -0500)
commitd6f68bbef4427850c2901728a1d13efc0e687297
tree8198f2273262075c7372e681c09d06593e2e027e
parent3f17b03b0947fbe2482e2776f654056d1d5ba093
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.
ChangeLog
sysdeps/powerpc/memmove.c