Re: [PATCH 0/6] target/arm: Convert crypto to gvec

2020-06-05 Thread Peter Maydell
On Thu, 14 May 2020 at 22:28, Richard Henderson wrote: > > In addition, this fixes the missing tail clearing for SVE. > > The sha1, sha256, sm3 routines that are not fully generalized > are not used by sve -- it only supports the newer algorithms. > > I'm not sure that this: > > Based-on: <2020050

Re: [PATCH 0/6] target/arm: Convert crypto to gvec

2020-06-02 Thread Richard Henderson
On 6/2/20 12:16 PM, Peter Maydell wrote: > On Thu, 14 May 2020 at 22:28, Richard Henderson > wrote: >> >> In addition, this fixes the missing tail clearing for SVE. >> >> The sha1, sha256, sm3 routines that are not fully generalized >> are not used by sve -- it only supports the newer algorithms.

Re: [PATCH 0/6] target/arm: Convert crypto to gvec

2020-06-02 Thread Peter Maydell
On Thu, 14 May 2020 at 22:28, Richard Henderson wrote: > > In addition, this fixes the missing tail clearing for SVE. > > The sha1, sha256, sm3 routines that are not fully generalized > are not used by sve -- it only supports the newer algorithms. > > I'm not sure that this: > > Based-on: <2020050

[PATCH 0/6] target/arm: Convert crypto to gvec

2020-05-14 Thread Richard Henderson
In addition, this fixes the missing tail clearing for SVE. The sha1, sha256, sm3 routines that are not fully generalized are not used by sve -- it only supports the newer algorithms. I'm not sure that this: Based-on: <20200508151055.5832-1-richard.hender...@linaro.org> ("tcg vector rotate operat