Re: [PATCH v2 0/6] tests/tcg/aarch64: Fix inline assemblies for clang

2024-06-28 Thread Alex Bennée
Akihiko Odaki writes: > Unlike GCC, clang checks if the operands in assembly matches with the > type in C. It also does not support "x" constraint for AArch64 and > complains about them. I guess there are more needed: ninja: no work to do. /home/alex/lsrc/qemu.git/builds/all.clang/pyvenv/bi

[PATCH v2 0/6] tests/tcg/aarch64: Fix inline assemblies for clang

2024-06-27 Thread Akihiko Odaki
Unlike GCC, clang checks if the operands in assembly matches with the type in C. It also does not support "x" constraint for AArch64 and complains about them. Signed-off-by: Akihiko Odaki --- Changes in v2: - Removed spurious a compiler flag change for normal SME tests. - Fixed sme-i16i64 detecti