On 5/20/26 09:36, Peter Maydell wrote:
+void HELPER(gvec_fmmla_hb)(void *vd, void *vn, void *vm, + CPUARMState *env, uint32_t desc) +{ + FP8MulContext ctx = fp8_mul_start(env, -1);The scale_mask here should be 0xf as this is a halfprec output, right?
Yep, copy-paste error from fmmla_sb. r~
