Re: [Qemu-devel] [PATCH for-2.13] tcg: Allow wider vectors for cmp and mul

2018-04-19 Thread Peter Maydell
On 19 April 2018 at 18:32, Richard Henderson wrote: > On 04/19/2018 12:17 AM, Peter Maydell wrote: >> On 17 April 2018 at 23:12, Richard Henderson >> wrote: >>> In db432672, we allow wide inputs for operations such as add. >>> However,

Re: [Qemu-devel] [PATCH for-2.13] tcg: Allow wider vectors for cmp and mul

2018-04-19 Thread Richard Henderson
On 04/19/2018 12:17 AM, Peter Maydell wrote: > On 17 April 2018 at 23:12, Richard Henderson > wrote: >> In db432672, we allow wide inputs for operations such as add. >> However, in 212be173 and 3774030a we didn't do the same for >> compare and multiply. >> >>

Re: [Qemu-devel] [PATCH for-2.13] tcg: Allow wider vectors for cmp and mul

2018-04-19 Thread Peter Maydell
On 17 April 2018 at 23:12, Richard Henderson wrote: > In db432672, we allow wide inputs for operations such as add. > However, in 212be173 and 3774030a we didn't do the same for > compare and multiply. > > Signed-off-by: Richard Henderson

[Qemu-devel] [PATCH for-2.13] tcg: Allow wider vectors for cmp and mul

2018-04-17 Thread Richard Henderson
In db432672, we allow wide inputs for operations such as add. However, in 212be173 and 3774030a we didn't do the same for compare and multiply. Signed-off-by: Richard Henderson --- tcg/tcg-op-vec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff