On 7/6/2026 11:16 PM, Philippe Mathieu-Daudé wrote: > On 7/7/26 00:33, Pierrick Bouvier wrote: >> Replace definition of vector attribute, remove unlikely, and detect >> endianness from __BYTE_ORDER__. > > Why remove the dependency on qemu/compiler.h? > >> >> Signed-off-by: Pierrick Bouvier <[email protected]> >> --- >> tests/tcg/ppc64/vector.c | 11 ++++++----- >> tests/tcg/ppc64/vsx_f2i_nan.c | 7 ++++--- >> 2 files changed, 10 insertions(+), 8 deletions(-) >
It's the only tests that use this, so for consistency, I think it's better to not make special rules all the time. Also, not having this include path by defaults prevents anyone from having the "good" idea to reuse any other header from qemu in the future. What do you think? Regards, Pierrick
