riscv: selftests: Fix vsetivli args for clangClang does not support implicit LMUL in the vset* instruction sequences.Introduce an explicit LMUL in the vsetivli instruction.Signed-off-by: Charlie
riscv: selftests: Fix vsetivli args for clangClang does not support implicit LMUL in the vset* instruction sequences.Introduce an explicit LMUL in the vsetivli instruction.Signed-off-by: Charlie Jenkins <[email protected]>Fixes: 9d5328eeb185 ("riscv: selftests: Add signal handling vector tests")Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Palmer Dabbelt <[email protected]>
show more ...
riscv: selftests: Add signal handling vector testsAdd two tests to check vector save/restore when a signal is receivedduring a vector routine. One test ensures that a value is not clobberedduring
riscv: selftests: Add signal handling vector testsAdd two tests to check vector save/restore when a signal is receivedduring a vector routine. One test ensures that a value is not clobberedduring signal handling. The other verifies that vector registersmodified in the signal handler are properly reflected when the signalhandling is complete.Signed-off-by: Charlie Jenkins <[email protected]>Reviewed-by: Björn Töpel <[email protected]>Reviewed-by: Andy Chiu <[email protected]>Tested-by: Andy Chiu <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Palmer Dabbelt <[email protected]>