Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.
commit8ff41c4601f8b8d7dfa6682f596dc4071823424d
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Wed, 18 Apr 2012 21:44:27 +0000 (18 16:44 -0500)
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>
Wed, 18 Apr 2012 21:44:27 +0000 (18 16:44 -0500)
treed28fec98f6e2e4a65f85d594ff7d38989bcfa1de
parent6b652f46c3935088082bb5870b6fd9edbaa92125
Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.
ChangeLog
sysdeps/powerpc/memmove.c [new file with mode: 0644]