diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-06-24 06:42:31 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-07-07 14:46:44 -0500 |
commit | d6f68bbef4427850c2901728a1d13efc0e687297 (patch) | |
tree | 8198f2273262075c7372e681c09d06593e2e027e /sysdeps/powerpc/powerpc32/power4 | |
parent | 3f17b03b0947fbe2482e2776f654056d1d5ba093 (diff) | |
download | glibc-d6f68bbef4427850c2901728a1d13efc0e687297.tar.gz glibc-d6f68bbef4427850c2901728a1d13efc0e687297.tar.xz glibc-d6f68bbef4427850c2901728a1d13efc0e687297.zip |
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.
Diffstat (limited to 'sysdeps/powerpc/powerpc32/power4')
0 files changed, 0 insertions, 0 deletions