[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-6.2 v2 1/2] include/qemu/int128.h: introduce bswap128s
From: |
Peter Maydell |
Subject: |
Re: [PATCH for-6.2 v2 1/2] include/qemu/int128.h: introduce bswap128s |
Date: |
Thu, 19 Aug 2021 13:33:54 +0100 |
On Wed, 18 Aug 2021 at 12:11, <matheus.ferst@eldorado.org.br> wrote:
>
> From: Matheus Ferst <matheus.ferst@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.ferst@eldorado.org.br>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM