diff mbox series

docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section

Message ID 20230823141740.35974-1-mark.cave-ayland@ilande.co.uk
State New
Headers show
Series docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section | expand

Commit Message

Mark Cave-Ayland Aug. 23, 2023, 2:17 p.m. UTC
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>
---
 docs/devel/tcg-ops.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

Philippe Mathieu-Daudé Aug. 23, 2023, 2:56 p.m. UTC | #1
On 23/8/23 16:17, Mark Cave-Ayland wrote:
> 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>
> ---
>   docs/devel/tcg-ops.rst | 2 ++
>   1 file changed, 2 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Richard Henderson Aug. 23, 2023, 7:58 p.m. UTC | #2
On 8/23/23 07:56, Philippe Mathieu-Daudé wrote:
> On 23/8/23 16:17, Mark Cave-Ayland wrote:
>> 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>
>> ---
>>   docs/devel/tcg-ops.rst | 2 ++
>>   1 file changed, 2 insertions(+)
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> 
> 

Queued to tcg-next.


r~
diff mbox series

Patch

diff --git a/docs/devel/tcg-ops.rst b/docs/devel/tcg-ops.rst
index 6a166c5665..4bbd6db2c6 100644
--- a/docs/devel/tcg-ops.rst
+++ b/docs/devel/tcg-ops.rst
@@ -712,7 +712,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.