Re: [kvm-unit-tests PATCH 1/3] riscv: Drop mstrict-align

2024-09-03 Thread Thomas Huth
On 03/09/2024 18.30, Andrew Jones wrote: The spec says unaligned accesses are supported, so this isn't required and clang doesn't support it. A platform might have slow unaligned accesses, but kvm-unit-tests isn't about speed anyway. Signed-off-by: Andrew Jones --- riscv/Makefile | 2 +- 1 f

[kvm-unit-tests PATCH 1/3] riscv: Drop mstrict-align

2024-09-03 Thread Andrew Jones
The spec says unaligned accesses are supported, so this isn't required and clang doesn't support it. A platform might have slow unaligned accesses, but kvm-unit-tests isn't about speed anyway. Signed-off-by: Andrew Jones --- riscv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d