Re: [PATCH][AArch64] Implement some vmul*_lane*_f* intrinsics in arm_neon.h

2014-08-05 Thread Richard Earnshaw
On 04/08/14 17:31, Kyrill Tkachov wrote: > Hi all, > > As part of other intrinsics-related messing around due to the > float64x1_t changes I noticed these can be (re)implemented relatively > easily. > > Tested on aarch64-none-elf and aarch64_be-none-elf to make sure the > lane-wise intrinsics

[PATCH][AArch64] Implement some vmul*_lane*_f* intrinsics in arm_neon.h

2014-08-04 Thread Kyrill Tkachov
Hi all, As part of other intrinsics-related messing around due to the float64x1_t changes I noticed these can be (re)implemented relatively easily. Tested on aarch64-none-elf and aarch64_be-none-elf to make sure the lane-wise intrinsics do the right thing. Ok for trunk? 2014-08-04 Kyrylo