Message ID | 20200514212831.31248-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | target/arm: Convert crypto to gvec | expand |
On Thu, 14 May 2020 at 22:28, Richard Henderson <richard.henderson@linaro.org> 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: <20200508151055.5832-1-richard.henderson@linaro.org> > ("tcg vector rotate operations") > > will be sufficient for patchew, because it also relies on > today's target-arm.next merge to master. But you get the idea. Now I've just applied your latest tcg pull, are all the prerequisites for this series in master? thanks -- PMM
On 6/2/20 12:16 PM, Peter Maydell wrote: > On Thu, 14 May 2020 at 22:28, Richard Henderson > <richard.henderson@linaro.org> 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: <20200508151055.5832-1-richard.henderson@linaro.org> >> ("tcg vector rotate operations") >> >> will be sufficient for patchew, because it also relies on >> today's target-arm.next merge to master. But you get the idea. > > Now I've just applied your latest tcg pull, are all the > prerequisites for this series in master? Yes. My branch rebased and rebuilt without incident. r~
On Thu, 14 May 2020 at 22:28, Richard Henderson <richard.henderson@linaro.org> 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: <20200508151055.5832-1-richard.henderson@linaro.org> > ("tcg vector rotate operations") > > will be sufficient for patchew, because it also relies on > today's target-arm.next merge to master. But you get the idea. > Applied to target-arm.next, thanks. -- PMM