Re: [PATCH] riscv: selftests: Fix vsetivli args for clang

2024-07-04 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Tue, 02 Jul 2024 18:54:48 -0700 you wrote: > Clang does not support implicit LMUL in the vset* instruction sequences. > Introduce an explicit LMUL in the vsetivli instruction. > > Signed-off-by: Charlie Jenkins > Fi

[PATCH] riscv: selftests: Fix vsetivli args for clang

2024-07-02 Thread Charlie Jenkins
Clang does not support implicit LMUL in the vset* instruction sequences. Introduce an explicit LMUL in the vsetivli instruction. Signed-off-by: Charlie Jenkins Fixes: 9d5328eeb185 ("riscv: selftests: Add signal handling vector tests") --- There is one more error that occurs when the test cases fo