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

Mark Cave-Ayland posted 1 patch 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230823141740.35974-1-mark.cave-ayland@ilande.co.uk
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
docs/devel/tcg-ops.rst | 2 ++
1 file changed, 2 insertions(+)
[PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section
Posted by Mark Cave-Ayland 1 year, 3 months ago
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(+)

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.
-- 
2.39.2
Re: [PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section
Posted by Philippe Mathieu-Daudé 1 year, 3 months ago
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>


Re: [PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section
Posted by Richard Henderson 1 year, 3 months ago
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~