* [PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section
@ 2023-08-23 14:17 Mark Cave-Ayland
2023-08-23 14:56 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 3+ messages in thread
From: Mark Cave-Ayland @ 2023-08-23 14:17 UTC (permalink / raw)
To: qemu-devel, philmd
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section
2023-08-23 14:17 [PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section Mark Cave-Ayland
@ 2023-08-23 14:56 ` Philippe Mathieu-Daudé
2023-08-23 19:58 ` Richard Henderson
0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-08-23 14:56 UTC (permalink / raw)
To: Mark Cave-Ayland, qemu-devel
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section
2023-08-23 14:56 ` Philippe Mathieu-Daudé
@ 2023-08-23 19:58 ` Richard Henderson
0 siblings, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2023-08-23 19:58 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Mark Cave-Ayland, qemu-devel
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~
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-23 19:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 14:17 [PATCH] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" section Mark Cave-Ayland
2023-08-23 14:56 ` Philippe Mathieu-Daudé
2023-08-23 19:58 ` Richard Henderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).