Re: [AARCH64][PATCH 1/3] Implementing the variants of the vmulx_ NEON intrinsic

2015-11-03 Thread James Greenhalgh
On Fri, Oct 30, 2015 at 09:29:35AM +, Bilyan Borisov wrote: > In this patch from the series, a single new md pattern is added: the one for > fmulx, from which all necessary __builtin functions are derived. > > Several intrinsics were refactored to use the new __builtin functions as some > of t

[AARCH64][PATCH 1/3] Implementing the variants of the vmulx_ NEON intrinsic

2015-10-30 Thread Bilyan Borisov
Implementing vmulx_* and vmulx_lane* NEON intrinsics Hi all, This series of patches focuses on the different vmulx_ and vmulx_lane NEON intrinsics variants. All of the existing inlined assembly block implementations are replaced with newly defined __builtin functions, and the missing intrinsics