ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.
authorWill Newton <will.newton@linaro.org>
Wed, 8 May 2013 12:06:34 +0000 (12:06 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 8 May 2013 12:06:34 +0000 (12:06 +0000)
commitae65139d140ac85808c0666c3636f44dc2d950ee
treeff5e5756ae624f13ad6cf7b9b50c5e7eabe8479a
parentf44bf14a9cfa171fcf88ecf87ae78ff95b2f24d2
ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.
ports/ChangeLog.arm
ports/sysdeps/arm/armv7/configure [new file with mode: 0755]
ports/sysdeps/arm/armv7/configure.in [new file with mode: 0644]
ports/sysdeps/arm/armv7/multiarch/Makefile [new file with mode: 0644]
ports/sysdeps/arm/armv7/multiarch/aeabi_memcpy.c [new file with mode: 0644]
ports/sysdeps/arm/armv7/multiarch/ifunc-impl-list.c [new file with mode: 0644]
ports/sysdeps/arm/armv7/multiarch/memcpy.S [new file with mode: 0644]
ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S [new file with mode: 0644]
ports/sysdeps/arm/armv7/multiarch/memcpy_neon.S [new file with mode: 0644]
ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S [new file with mode: 0644]