Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2025-01-21 Thread nexp_0x17
On Wed, 2024-11-13 at 18:44 -0800, Charlie Jenkins wrote: > On Mon, Sep 30, 2024 at 12:07:23AM +0800, Aoba K wrote: > > > > On 2024/9/12 13:55, Charlie Jenkins wrote: > > > xtheadvector is a custom extension that is based upon riscv > > > vector > > > version 0.7.1 [1]. All of the vector routines

Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-11-13 Thread Charlie Jenkins
On Mon, Sep 30, 2024 at 12:07:23AM +0800, Aoba K wrote: > > On 2024/9/12 13:55, Charlie Jenkins wrote: > > xtheadvector is a custom extension that is based upon riscv vector > > version 0.7.1 [1]. All of the vector routines have been modified to > > support this alternative vector version based up

Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-09-30 Thread Conor Dooley
On Sun, Sep 29, 2024 at 12:44:07PM +, Aoba K wrote: > Hello Charlie, > > I've been working on bringing up the Sipeed Lichee RV Dock > (which also uses the D1 SoC) with the kernel patches you provided. > The patches applied cleanly to Palmer's for-next branch, > but I've encountered a couple of

Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-09-29 Thread Aoba K
On 2024/9/12 13:55, Charlie Jenkins wrote: xtheadvector is a custom extension that is based upon riscv vector version 0.7.1 [1]. All of the vector routines have been modified to support this alternative vector version based upon whether xtheadvector was determined to be supported at boot. vlen

Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-09-29 Thread Aoba K
Hello Charlie, I've been working on bringing up the Sipeed Lichee RV Dock (which also uses the D1 SoC) with the kernel patches you provided. The patches applied cleanly to Palmer's for-next branch, but I've encountered a couple of issues: 1. Skiffos Compilation Error during the compilation proces