On 2/23/23 21:24, gaosong wrote:
{ .fniv = gen_vaddwev_s, .fno = gen_helper_vaddwev_w_h, .opt_opc = vecop_list, .vece = MO_32 }, { .fniv = gen_vaddwev_s, .fno = gen_helper_vaddwev_d_w, .opt_opc = vecop_list, .vece = MO_64 },
Oh, these two can also include .fni4 and .fni8 integer versions, respectively, for hosts without the proper vector support.
r~