Re: [Qemu-devel] [PATCH v2.1 13/21] tcg/i386: support remaining vector addition operations

2017-02-21 Thread Alex Bennée
Kirill Batuzov writes: > On Tue, 21 Feb 2017, Philippe Mathieu-Daudé wrote: > >> Hi Kirill, >> >> could you check my previous comment? >> > > Hi Philippe, > > thank you for your comments. I've seen them and I'll apply changes you > suggested in the next version of the

Re: [Qemu-devel] [PATCH v2.1 13/21] tcg/i386: support remaining vector addition operations

2017-02-21 Thread Kirill Batuzov
On Tue, 21 Feb 2017, Philippe Mathieu-Daudé wrote: > Hi Kirill, > > could you check my previous comment? > Hi Philippe, thank you for your comments. I've seen them and I'll apply changes you suggested in the next version of the series. I was just hoping to get a bit more feedback before I

[Qemu-devel] [PATCH v2.1 13/21] tcg/i386: support remaining vector addition operations

2017-02-02 Thread Kirill Batuzov
Signed-off-by: Kirill Batuzov --- I believe checkpatch warning here to be false-positive. --- tcg/i386/tcg-target.h | 10 + tcg/i386/tcg-target.inc.c | 54 +-- 2 files changed, 62 insertions(+), 2 deletions(-) diff