Re: [RFC PATCH] RISC-V: Add support for vector crypto extensions

2022-12-27 Thread Philipp Tomsich
On Tue, 27 Dec 2022 at 19:58, Palmer Dabbelt wrote: > > On Tue, 27 Dec 2022 09:35:55 PST (-0800), gcc-patches@gcc.gnu.org wrote: > > > > > > On 12/21/22 11:31, Christoph Muellner wrote: > >> From: Christoph Müllner > >> > >> This series adds basic support for the vector crypto extensions: > >> *

Re: [RFC PATCH] RISC-V: Add support for vector crypto extensions

2022-12-27 Thread Palmer Dabbelt
On Tue, 27 Dec 2022 09:35:55 PST (-0800), gcc-patches@gcc.gnu.org wrote: On 12/21/22 11:31, Christoph Muellner wrote: From: Christoph Müllner This series adds basic support for the vector crypto extensions: * Zvkb * Zvkg * Zvkh[a,b] * Zvkn * Zvksed * Zvksh The implementation follows the ver

Re: [RFC PATCH] RISC-V: Add support for vector crypto extensions

2022-12-27 Thread Jeff Law via Gcc-patches
On 12/21/22 11:31, Christoph Muellner wrote: From: Christoph Müllner This series adds basic support for the vector crypto extensions: * Zvkb * Zvkg * Zvkh[a,b] * Zvkn * Zvksed * Zvksh The implementation follows the version 20221220 of the specification, which can be found here: https://g

[RFC PATCH] RISC-V: Add support for vector crypto extensions

2022-12-21 Thread Christoph Muellner
From: Christoph Müllner This series adds basic support for the vector crypto extensions: * Zvkb * Zvkg * Zvkh[a,b] * Zvkn * Zvksed * Zvksh The implementation follows the version 20221220 of the specification, which can be found here: https://github.com/riscv/riscv-crypto/releases/tag/v20221220