Currently in the overview two dot product instructions are specified:
i16x8.relaxed_dot_i8x16_i7x16_s
i32x4.relaxed_dot_i8x16_i7x16_add_s
but in the tests the names of the instructions drop the relaxed_ prefix on the instruction name and additionally still have f32x4.relaxed_dot_bf16x8_add_f32x4 as an instruction to test. Was the f32x4 instruction removed from the proposal and forgotten to have tests removed? Or the other way around where it was added but not added to the overview?
Currently in the overview two dot product instructions are specified:
i16x8.relaxed_dot_i8x16_i7x16_s
i32x4.relaxed_dot_i8x16_i7x16_add_s
but in the tests the names of the instructions drop the
relaxed_
prefix on the instruction name and additionally still havef32x4.relaxed_dot_bf16x8_add_f32x4
as an instruction to test. Was the f32x4 instruction removed from the proposal and forgotten to have tests removed? Or the other way around where it was added but not added to the overview?