Re: [OE-core] [PATCH] Fix alignment trap triggered by NEON instructions

2014-10-22 Thread Huang, Jie (Jackie)
org > Subject: [OE-core] [PATCH] Fix alignment trap triggered by NEON instructions Please ignore this, I will re-send with the pkgname prefix: s/ Fix alignment trap triggered by NEON instructions/ mtd-utils: Fix alignment trap triggered by NEON instructions/ thanks, Jackie > > Fro

[OE-core] [PATCH] Fix alignment trap triggered by NEON instructions

2014-10-22 Thread jackie.huang
From: Yuanjie Huang NEON instruction VLD1.64 was used to copy 64 bits data after type casting, and they will trigger alignment trap. This patch uses memcpy to avoid alignment problem. Signed-off-by: Yuanjie Huang --- .../mtd/mtd-utils/fix-armv7-neon-alignment.patch | 44 +