On 8/18/21 1:06 PM, matheus.fe...@eldorado.org.br wrote: > From: Matheus Ferst <matheus.fe...@eldorado.org.br> > > Changes the current bswap128 implementation to use __builtin_bswap128 > when available, adds a bswap128 implementation for !CONFIG_INT128 > builds, and introduces bswap128s based on bswap128. > > Signed-off-by: Matheus Ferst <matheus.fe...@eldorado.org.br> > --- > include/qemu/int128.h | 15 +++++++++++++++ > 1 file changed, 15 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>