Re: [PATCH][AArch64] Fix argument types for some high_lane* intrinsics implemented in assembly

2014-07-17 Thread Marcus Shawcroft
On 9 July 2014 15:37, Kyrill Tkachov wrote: > Hi all, > > These intrinsics are implemented as macros that map down to asms but the > types they accept are inconsistent with the ACLE spec. This patch fixes > them, although they should be reimplemented properly in C in the future. > > This is a bugf

[PATCH][AArch64] Fix argument types for some high_lane* intrinsics implemented in assembly

2014-07-09 Thread Kyrill Tkachov
Hi all, These intrinsics are implemented as macros that map down to asms but the types they accept are inconsistent with the ACLE spec. This patch fixes them, although they should be reimplemented properly in C in the future. This is a bugfix and it applies cleanly to trunk, 4.9 and 4.8. I kn