linux/tools/testing/selftests/riscv/vector
Ignacio Encinas 79ba5c1c77
selftests: riscv: fix v_exec_initval_nolibc.c
Vector registers are zero initialized by the kernel. Stop accepting
"all ones" as a clean value.

Note that this was not working as expected given that
	value == 0xff
can be assumed to be always false by the compiler as value's range is
[-128, 127]. Both GCC (-Wtype-limits) and clang
(-Wtautological-constant-out-of-range-compare) warn about this.

Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>
Tested-by: Charlie Jenkins <charlie@rivosinc.com>
Signed-off-by: Ignacio Encinas <ignacio@iencinas.com>
Link: https://lore.kernel.org/r/20250306-fix-v_exec_initval_nolibc-v2-1-97f9dc8a7faf@iencinas.com
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
2025-04-01 07:03:04 +00:00
..
.gitignore selftests: riscv: Fix vector tests 2025-01-18 12:33:37 -08:00
Makefile selftests: riscv: Fix vector tests 2025-01-18 12:33:37 -08:00
v_exec_initval_nolibc.c selftests: riscv: fix v_exec_initval_nolibc.c 2025-04-01 07:03:04 +00:00
v_helpers.c selftests: riscv: Support xtheadvector in vector tests 2025-01-18 12:33:38 -08:00
v_helpers.h selftests: riscv: Support xtheadvector in vector tests 2025-01-18 12:33:38 -08:00
v_initval.c selftests: riscv: Support xtheadvector in vector tests 2025-01-18 12:33:38 -08:00
vstate_exec_nolibc.c selftests: riscv: Support xtheadvector in vector tests 2025-01-18 12:33:38 -08:00
vstate_prctl.c selftests: riscv: Support xtheadvector in vector tests 2025-01-18 12:33:38 -08:00