File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2242,10 +2242,10 @@ by naming the immediate `uimm` in the assembly syntax.
22422242
22432243NOTE: When adding a vector extension to the Zfinx/Zdinx/Zhinx
22442244extensions, floating-point scalar arguments are taken from the `x`
2245- registers. NaN-boxing is not supported in these extensions, and so
2246- the vector floating-point scalar value is produced using the same
2247- rules as for an integer scalar operand (i.e., when XLEN > SEW use the
2248- lowest SEW bits, when XLEN < SEW use the sign-extended value) .
2245+ registers.
2246+ NaN-boxing is not supported in these extensions, and so operands narrower
2247+ than XLEN bits are not checked for a NaN box; bits XLEN-1:EEW are ignored.
2248+ For RV32_Zdinx, EEW=64 scalar arguments are supplied by an `x`-register pair .
22492249
22502250Vector arithmetic instructions are masked under control of the `vm`
22512251field.
You can’t perform that action at this time.
0 commit comments