Re: [PATCH v2 3/3] KVM: riscv: selftests: Add vector extension tests

2025-04-30 Thread Atish Patra
On 4/30/25 12:17 AM, Andrew Jones wrote: On Tue, Apr 29, 2025 at 05:18:47PM -0700, Atish Patra wrote: Add vector related tests with the ISA extension standard template. However, the vector registers are bit tricky as the register length is variable based on vlenb value of the system. That's wh

Re: [PATCH v2 3/3] KVM: riscv: selftests: Add vector extension tests

2025-04-30 Thread Andrew Jones
On Tue, Apr 29, 2025 at 05:18:47PM -0700, Atish Patra wrote: > Add vector related tests with the ISA extension standard template. > However, the vector registers are bit tricky as the register length is > variable based on vlenb value of the system. That's why the macros are > defined with a defaul