[ACTIVITY] Sep 17 - Sep 21

2012-09-25 Thread Ulrich Weigand
== GCC == * Committed patch to use vld1.64/vst1.64 instead of vldm/vstm to GCC mainline and Linaro GCC 4.7 * Committed patch to use vld1/vst1 to implement vec_set/vec_extract to GCC mainline and Linaro GCC 4.7 * Posted patch to perform 64-bit integer shifts in NEON registers for mai

Re: [ACTIVITY] Sep 17-Sep 21

2012-09-23 Thread Michael Hope
On 22 September 2012 04:29, Christophe Lyon wrote: > == Progress == > * Discussed big-endian patches for vext tests: careful review of the > specification is required and this patch might actually expose GCC > bugs in big-endian/Neon. > > * builtin_bswap16: > * Posted 2 implementations of th

[ACTIVITY] Sep 17-Sep 21

2012-09-21 Thread Christophe Lyon
== Progress == * Discussed big-endian patches for vext tests: careful review of the specification is required and this patch might actually expose GCC bugs in big-endian/Neon. * builtin_bswap16: * Posted 2 implementations of the generic patch for (x<<8)|(x>>8). The 2nd one looks OK, but