diff options
author | Prajakta Gudadhe <pgudadhe@nvidia.com> | 2012-05-07 14:17:44 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2012-05-09 13:34:31 -0700 |
commit | 08e72d0161e39e99ff1003bf1ce894f37d7b7eb4 (patch) | |
tree | 87b0528fa23fc00d475454b3585beb4f1f3e7f20 /libc/bionic/dlmalloc.c | |
parent | 08b51e2c091d036c124259ae59eb7be6bbe346af (diff) | |
download | android_bionic-08e72d0161e39e99ff1003bf1ce894f37d7b7eb4.tar.gz android_bionic-08e72d0161e39e99ff1003bf1ce894f37d7b7eb4.tar.bz2 android_bionic-08e72d0161e39e99ff1003bf1ce894f37d7b7eb4.zip |
bionic: add support for non-NEON memcpy() on NEON SoCs
Some SoCs that support NEON nevertheless perform better with a non-NEON than a
NEON memcpy(). This patch adds build variable ARCH_ARM_USE_NON_NEON_MEMCPY,
which can be set in BoardConfig.mk. When ARCH_ARM_USE_NON_NEON_MEMCPY is
defined, we compile in the non-NEON optimized memcpy() even if the SoC supports
NEON.
Change-Id: Ia0e5bee6bad5880ffc5ff8f34a1382d567546cf9
Diffstat (limited to 'libc/bionic/dlmalloc.c')
0 files changed, 0 insertions, 0 deletions