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

2024-09-11 Thread Andrew Jones
On Wed, Sep 11, 2024 at 10:08:23AM GMT, Nicholas Piggin wrote: > On Wed Sep 4, 2024 at 8:50 PM AEST, 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

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

2024-09-10 Thread Nicholas Piggin
On Wed Sep 4, 2024 at 8:50 PM AEST, 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. > > Reviewed-by: Thomas Huth > Signed-off-b

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

2024-09-04 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. Reviewed-by: Thomas Huth Signed-off-by: Andrew Jones --- riscv/Makefile | 2 +- 1 file changed, 1 inse