Skip to content

Commit

Permalink
docs/devel/tcg-ops: fix missing newlines in "Host vector operations"
Browse files Browse the repository at this point in the history
This unintentionally causes the mov_vec, ld_vec and st_vec operations
to appear on the same line.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230823141740.35974-1-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
mcayland authored and rth7680 committed Aug 24, 2023
1 parent 2775616 commit b08caa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/devel/tcg-ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,9 @@ E.g. VECL = 1 -> 64 << 1 -> v128, and VECE = 2 -> 1 << 2 -> i32.
.. list-table::

* - mov_vec *v0*, *v1*

ld_vec *v0*, *t1*

st_vec *v0*, *t1*

- | Move, load and store.
Expand Down

0 comments on commit b08caa6

Please sign in to comment.