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

2025-04-29 Thread Andrew Jones
On Mon, Apr 28, 2025 at 05:32:09PM -0700, Atish Patra wrote: > > On 4/25/25 7:20 AM, Andrew Jones wrote: > > On Mon, Mar 24, 2025 at 05:40:31PM -0700, Atish Patra wrote: > > > Add vector related tests with the ISA extension standard template. > > > However, the vector registers are bit tricky as t

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

2025-04-28 Thread Atish Patra
On 4/25/25 7:20 AM, Andrew Jones wrote: On Mon, Mar 24, 2025 at 05:40:31PM -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

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

2025-04-25 Thread Andrew Jones
On Mon, Mar 24, 2025 at 05:40:31PM -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

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

2025-04-25 Thread Anup Patel
On Tue, Mar 25, 2025 at 6:10 AM 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 default and o