Re: [PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore

2024-06-13 Thread Conor Dooley
Andy, On Mon, Jun 10, 2024 at 03:56:46PM -0700, Charlie Jenkins wrote: > Use alternatives to add support for xtheadvector vector save/restore > routines. > > Signed-off-by: Charlie Jenkins Could you review this please? Cheers, Conor. > --- > arch/riscv/include/asm/csr.h | 6 + >

[PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore

2024-06-10 Thread Charlie Jenkins
Use alternatives to add support for xtheadvector vector save/restore routines. Signed-off-by: Charlie Jenkins --- arch/riscv/include/asm/csr.h | 6 + arch/riscv/include/asm/switch_to.h | 2 +- arch/riscv/include/asm/vector.h| 249 ++---