On 1/10/26 03:47, Philippe Mathieu-Daudé wrote:
Since these headers use some __builtin_bswap*(), use it consistently in all the cases, allowing to remove the "qemu/bswap.h" inclusion (which only defines bswap* to the builtin equivalent).Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- include/qemu/host-utils.h | 7 +++---- include/qemu/int128.h | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
