summaryrefslogtreecommitdiff
path: root/recipes-core/glibc/glibc_2.%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-08 22:59:32 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 15:48:27 +0100
commitc14bf2d020e09d1bf4992853100281ec83ec45f6 (patch)
tree45b3c632fb9a41de6d6e68494df7d0d802ec3600 /recipes-core/glibc/glibc_2.%.bbappend
parent6c3698c60a9a3887cdd4bea01dd040b9f1371ccb (diff)
glibc: no longer mess with memcpy
On the Tegras not using NEON for memcpy resulted in higher memory bandwidth. Let's verify this before forward porting the patch. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-core/glibc/glibc_2.%.bbappend')
-rw-r--r--recipes-core/glibc/glibc_2.%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/glibc/glibc_2.%.bbappend b/recipes-core/glibc/glibc_2.%.bbappend
index 777b538..b7b36fa 100644
--- a/recipes-core/glibc/glibc_2.%.bbappend
+++ b/recipes-core/glibc/glibc_2.%.bbappend
@@ -1,2 +1,2 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/glibc-2.22:"
-SRC_URI_append = " file://0001-memcpy-don-t-use-optimized-for-VFP-NEON-versions.patch"
+#SRC_URI_append = " file://0001-memcpy-don-t-use-optimized-for-VFP-NEON-versions.patch"