Re: [PATCH v2 00/14] Update RISC-V vector crypto to ratified v1.0.0

2023-11-01 Thread Alistair Francis
On Fri, Oct 27, 2023 at 1:19 AM Max Chou wrote: > > This patchset updates the RISC-V vector cryptography support to the > ratified version v1.0.0 (commit 1769c26, released on 2023/10). > > v2: > > - Fixed the instruction order at disassembler part. > - Fixed the vror.vi disassembler format. > - Ve

[PATCH v2 00/14] Update RISC-V vector crypto to ratified v1.0.0

2023-10-26 Thread Max Chou
This patchset updates the RISC-V vector cryptography support to the ratified version v1.0.0 (commit 1769c26, released on 2023/10). v2: - Fixed the instruction order at disassembler part. - Fixed the vror.vi disassembler format. - Verified by code examples provided by vector crypto spec repository