Re: [Qemu-devel] [PATCH v6 09/16] tcg/ppc: Prepare case for vector multiply

2019-06-30 Thread Aleksandar Markovic
On Jun 30, 2019 12:49 PM, "Richard Henderson" wrote: > > On 6/30/19 11:52 AM, Aleksandar Markovic wrote: > > > > > > On Saturday, June 29, 2019, Richard Henderson < richard.hender...@linaro.org > > > wrote: > > > > This line is just preparation for full vec

Re: [Qemu-devel] [PATCH v6 09/16] tcg/ppc: Prepare case for vector multiply

2019-06-30 Thread Richard Henderson
On 6/30/19 11:52 AM, Aleksandar Markovic wrote: > > > On Saturday, June 29, 2019, Richard Henderson > wrote: > > This line is just preparation for full vector multiply support > in some of subsequent patches. > > > This patch should be aquashed int

Re: [Qemu-devel] [PATCH v6 09/16] tcg/ppc: Prepare case for vector multiply

2019-06-30 Thread Aleksandar Markovic
On Saturday, June 29, 2019, Richard Henderson wrote: > This line is just preparation for full vector multiply support > in some of subsequent patches. > > This patch should be aquashed into the patch on implementing multiply. > Signed-off-by: Richard Henderson > Signed-off-by: Aleksandar Mark

[Qemu-devel] [PATCH v6 09/16] tcg/ppc: Prepare case for vector multiply

2019-06-29 Thread Richard Henderson
This line is just preparation for full vector multiply support in some of subsequent patches. Signed-off-by: Richard Henderson Signed-off-by: Aleksandar Markovic --- tcg/ppc/tcg-target.inc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tcg/ppc/tcg-target.inc.c b/tcg/ppc/tcg-target.inc.c