Skip to content

Commit

Permalink
Move anchor to fix Zvfh description (#1860)
Browse files Browse the repository at this point in the history
The anchor was placed so as to suggest that vfmv.f.s/vfmv.s.f were
excluded from Zvfh, which they obviously aren't.

Resolves #1853
  • Loading branch information
aswaterman authored Feb 14, 2025
1 parent 25d7f16 commit 7004057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v-st-ext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,6 @@ register value is copied to the destination element.
vfmerge.vfm vd, vs2, rs1, v0 # vd[i] = v0.mask[i] ? f[rs1] : vs2[i]
----

[[sec-vector-float-move]]
==== Vector Floating-Point Move Instruction

The vector floating-point move instruction __splats__ a floating-point
Expand Down Expand Up @@ -4458,6 +4457,7 @@ destination vector register group, regardless of `vstart`.
The encodings corresponding to the masked versions (`vm=0`) of `vmv.x.s`
and `vmv.s.x` are reserved.

[[sec-vector-float-move]]
==== Floating-Point Scalar Move Instructions

The floating-point scalar read/write instructions transfer a single
Expand Down

0 comments on commit 7004057

Please sign in to comment.