== 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
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
== 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