On 8 September 2014 11:49, Alan Lawrence <alan.lawre...@arm.com> wrote: > At present there is no test coverage of the vld2_lane, vld2q_lane, > vld3_lane, vld3q_lane, vld4_lane, vld4q_lane intrinsics. So this adds a test > using the vld1 and vst1 intrinsics. > > Passing on aarch64-none-elf. > > Failing on aarch64_be-none-elf; I believe because the intrinsic is > [modifying the] wrong [lane] and the test is correct: e.g. passing index 6 > in an 8-element vector, the vectors returned by vldN_lane differ in element > 1 not element 6. I believe this is part of > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59810. > > gcc/testsuite/ChangeLog: > > * gcc.target/aarch64/vldN_lane_1.c: New test.
OK /Marcus