]> sourceware.org Git - newlib-cygwin.git/commit
[ARM] Select appropriate memcpy implementation for ARMv8-a.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 3 Nov 2015 11:02:15 +0000 (11:02 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 3 Nov 2015 11:04:55 +0000 (11:04 +0000)
commit0a4019eed22c1d84a87dd39370e56db2f19fe35a
tree7fb6c959e8e09f50930302e5d233a1bba59b4472
parent06312793945e184036b9491767b9eacac9be3890
[ARM] Select appropriate memcpy implementation for ARMv8-a.

The newlib configury logic that detects architecture version and
chooses an appropriate memcpy implementation does not consider
ARMv8-a.

This patch adds configury logic to detect ARMv8-a along with the
associated changes in Makefile.am and memcpy.
newlib/ChangeLog
newlib/libc/machine/arm/Makefile.am
newlib/libc/machine/arm/Makefile.in
newlib/libc/machine/arm/configure
newlib/libc/machine/arm/configure.in
newlib/libc/machine/arm/memcpy.S
This page took 0.031858 seconds and 5 git commands to generate.