Ping

> -----Original Message-----
> From: Tamar Christina [mailto:[email protected]]
> Sent: Monday, November 6, 2017 16:54
> To: [email protected]
> Cc: nd <[email protected]>; Ramana Radhakrishnan
> <[email protected]>; Richard Earnshaw
> <[email protected]>; [email protected]; Kyrylo Tkachov
> <[email protected]>
> Subject: [PATCH][GCC][ARM] Dot Product NEON intrinsics [Patch (3/8)]
> 
> Hi All,
> 
> This patch adds the NEON intrinsics for Dot product.
> 
> Dot product is available from ARMv8.2-a and onwards.
> 
> Regtested on arm-none-eabi, armeb-none-eabi, aarch64-none-elf and
> aarch64_be-none-elf with no issues found.
> 
> Ok for trunk?
> 
> gcc/
> 2017-11-06  Tamar Christina  <[email protected]>
> 
>       * config/aarch64/arm_neon.h (vdot_u32, vdotq_u32)
>       (vdot_s32, vdotq_s32): New.
>       (vdot_lane_u32, vdotq_lane_u32): New.
>       (vdot_lane_s32, vdotq_lane_s32): New.
> 
> 
> gcc/testsuite/
> 2017-11-06  Tamar Christina  <[email protected]>
> 
>       * gcc.target/arm/simd/vdot-compile.c: New.
>       * gcc.target/arm/simd/vect-dot-qi.h: New.
>       * gcc.target/arm/simd/vect-dot-s8.c: New.
>       * gcc.target/arm/simd/vect-dot-u8.c: New
> 
> --

Reply via email to