]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/devel/tcg-ops: fix missing newlines in "Host vector operations"
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 23 Aug 2023 14:17:40 +0000 (15:17 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 18:22:42 +0000 (11:22 -0700)
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>
docs/devel/tcg-ops.rst

index 9e2a931d8557670b4c18c6e1fb1d33347ab6e5b2..8ae59ea02b71b4973e5fca4807edc7e666887791 100644 (file)
@@ -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.