> vsetivli zero,8,e16,m1 > vmv.v.x v2,t0 Ah, move to a GPR first, I see.
> or > > vsetivli zero,8,e16,m1 > vfmv.v.f v2,f0 > > if zvfhmin available Is this safe with zvfhmin? I would have thought it's only allowed with full zvfh. > But I realized we didn't implement that way on HF vector, that means > we might spend much more time to implement that on BF16, > > So...I am OK with your current approach, we can improve that in future > once we have anyone who cares about this enough :P > > Just explicitly say it again, LGTM to trunk :) Thanks, sounds good. I'll retest and commit. Then I can re-send my other patches that implicitly depend on this one. -- Regards Robin
