diff options
author | Michael B. Brutman <brutman@us.ibm.com> | 2010-10-24 21:47:33 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-10-24 21:47:33 -0400 |
commit | d0b9e94faf18f2585e7d0ae0b10daefb12f93059 (patch) | |
tree | 2e2425857acc7838a069761bf11b4b36d2d120b2 /sysdeps/unix | |
parent | 8e9f92e9d5d7737afdacf79b76d98c4c42980508 (diff) | |
download | glibc-d0b9e94faf18f2585e7d0ae0b10daefb12f93059.tar glibc-d0b9e94faf18f2585e7d0ae0b10daefb12f93059.tar.gz glibc-d0b9e94faf18f2585e7d0ae0b10daefb12f93059.tar.bz2 glibc-d0b9e94faf18f2585e7d0ae0b10daefb12f93059.zip |
powerpc: PPCA2/A2 optimized memcpy function
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies b/sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies new file mode 100644 index 0000000000..6d72414e55 --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies @@ -0,0 +1,2 @@ +powerpc/powerpc32/a2/fpu +powerpc/powerpc32/a2 diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies b/sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies new file mode 100644 index 0000000000..39b19e9c1f --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies @@ -0,0 +1,2 @@ +powerpc/powerpc64/a2/fpu +powerpc/powerpc64/a2 |