Re: [RFC PATCH v4 07/13] riscv: Add has_vector/riscv_vsize to save vector features.

2020-06-01 Thread Guo Ren
Since it has been redesigned with new version spec, please change the first-author :) And add me as Co-developed. On Tue, May 26, 2020 at 3:03 PM Greentime Hu wrote: > > From: Guo Ren > > This patch is used to detect vector support status of CPU and use > riscv_vsize to save the size of all

Re: [RFC PATCH v4 07/13] riscv: Add has_vector/riscv_vsize to save vector features.

2020-06-01 Thread Greentime Hu
Guo Ren 於 2020年5月31日 週日 上午8:58寫道: > > Reviewed-by: Guo Ren > > On Tue, May 26, 2020 at 3:03 PM Greentime Hu wrote: > > > > From: Guo Ren > > > > This patch is used to detect vector support status of CPU and use > > riscv_vsize to save the size of all the vector registers. It assumes > > all

Re: [RFC PATCH v4 07/13] riscv: Add has_vector/riscv_vsize to save vector features.

2020-05-30 Thread Guo Ren
Reviewed-by: Guo Ren On Tue, May 26, 2020 at 3:03 PM Greentime Hu wrote: > > From: Guo Ren > > This patch is used to detect vector support status of CPU and use > riscv_vsize to save the size of all the vector registers. It assumes > all harts has the same capabilities in SMP system. > >

[RFC PATCH v4 07/13] riscv: Add has_vector/riscv_vsize to save vector features.

2020-05-26 Thread Greentime Hu
From: Guo Ren This patch is used to detect vector support status of CPU and use riscv_vsize to save the size of all the vector registers. It assumes all harts has the same capabilities in SMP system. [greentime...@sifive.com: add support for dynamic vlen] Signed-off-by: Greentime Hu