about summary refs log tree commit diff
path: root/ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-05-08 12:06:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-08 12:06:34 +0000
commitae65139d140ac85808c0666c3636f44dc2d950ee (patch)
treeff5e5756ae624f13ad6cf7b9b50c5e7eabe8479a /ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S
parentf44bf14a9cfa171fcf88ecf87ae78ff95b2f24d2 (diff)
downloadglibc-ae65139d140ac85808c0666c3636f44dc2d950ee.tar.gz
glibc-ae65139d140ac85808c0666c3636f44dc2d950ee.tar.xz
glibc-ae65139d140ac85808c0666c3636f44dc2d950ee.zip
ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.
Diffstat (limited to 'ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S')
-rw-r--r--ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S b/ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S
new file mode 100644
index 0000000000..d21b702e90
--- /dev/null
+++ b/ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S
@@ -0,0 +1,3 @@
+#define MEMCPY_VFP
+#define memcpy __memcpy_vfp
+#include "memcpy_impl.S"