You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add vfmv.f.s and vfmv.s.f (V 1.0 section 16.3), which transfer element 0
between a vector register and an f register, ignoring LMUL.
Two details from the specification are easy to miss: vfmv.f.s performs its
operation even when vl is 0, while vfmv.s.f writes nothing when
vstart >= vl. The masked encodings of both are reserved.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments