Message ID | 20180119182248.10821-1-ard.biesheuvel@linaro.org |
---|---|
Headers | show |
Series | target-arm: add SHA-3, SM3 and SHA512 instruction support | expand |
On 19 January 2018 at 18:22, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > Changes since v3: > - don't bother with helpers for the SHA3 instructions: they are simple enough > to be emitted as TCG ops directly > - rebase onto Richard's pending SVE work I've made a few comments about structural nits but otherwise I think this looks good. I'm trying to scare up a test setup so I can write some risu tests for the instruction patterns...hopefully will be able to do that later this week. thanks -- PMM
On 22 January 2018 at 17:11, Peter Maydell <peter.maydell@linaro.org> wrote: > On 19 January 2018 at 18:22, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: >> Changes since v3: >> - don't bother with helpers for the SHA3 instructions: they are simple enough >> to be emitted as TCG ops directly >> - rebase onto Richard's pending SVE work > > I've made a few comments about structural nits but otherwise I think > this looks good. I'm trying to scare up a test setup so I can write > some risu tests for the instruction patterns...hopefully will be able > to do that later this week. > That would be excellent - thanks.