Kyrylo Tkachov <kyrylo.tkac...@arm.com> writes: >> -----Original Message----- >> From: Andrea Corallo <andrea.cora...@arm.com> >> Sent: 02 November 2020 09:04 >> To: gcc-patches@gcc.gnu.org >> Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com>; Richard Earnshaw >> <richard.earns...@arm.com>; nd <n...@arm.com> >> Subject: [PATCH 6/x] arm: Add vstN_lane_bf16 + vstNq_lane_bf16 intrisics >> >> Hi all, >> >> last patch for this the serie adding vst2_lane_bf16, vst2q_lane_bf16, >> vst3_lane_bf16, vst3q_lane_bf16, vst4_lane_bf16, vst4q_lane_bf16 >> related neon intrinsics. >> >> Please see refer to: >> ACLE <https://developer.arm.com/docs/101028/latest> >> ISA <https://developer.arm.com/docs/ddi0596/latest> >> >> Regtested and bootstrapped. >> > > Ok. > Thanks, > Kyrill
Hi Kyrill, I've installed into master this serie (implementing your suggestion for 3/x). ed62f3668b5 arm: Add vstN_lane_bf16 + vstNq_lane_bf16 intrisics 1528f34341b arm: Add vldN_lane_bf16 + vldNq_lane_bf16 intrisics 6170a793b7f arm: Add vst1_bf16 + vst1q_bf16 intrinsics 890076673d4 arm: Add vld1_bf16 + vld1q_bf16 intrinsics d65303b6994 arm: Add vst1_lane_bf16 + vstq_lane_bf16 intrinsics I'll follow up for the backports if you are okay with that. Thanks Andrea