Re: [Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations

2017-11-27 Thread Timothy Pearson
Just as a note, I've been watching these series with great interest. Once the changes settle down / are mergeable we will be looking to implement vector <--> vector support between a couple of other architectures. Thanks for working on this! On 11/21/2017 03:25 PM, Richard Henderson wrote: > Quit

Re: [Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations

2017-11-21 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Subject: [Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations Type: series Message-id: 20171121212534.5177-1-richard.hender...@linaro.org === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be

Re: [Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations

2017-11-21 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations Type: series Message-id: 20171121212534.5177-1

Re: [Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations

2017-11-21 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations Type: series Message-id: 20171121212534.5177-1-richard.hender...@linaro.org === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH v6 00/26] tcg: generic vector operations

2017-11-21 Thread Richard Henderson
Quite a lot has changed since last time. The representation has changed such that the vector length and element size is stored in the TCGOp structure. The functions have changed such that the element size is passed explicitly rather than being encoded in the function name. I've added additional