qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 31/55] include/qemu/int128.h: Add function to create Int128 f


From: Richard Henderson
Subject: Re: [PATCH 31/55] include/qemu/int128.h: Add function to create Int128 from int64_t
Date: Tue, 8 Jun 2021 17:51:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/7/21 9:57 AM, Peter Maydell wrote:
int128_make64() creates an Int128 from an unsigned 64 bit value; add
a function int128_makes64() creating an Int128 from a signed 64 bit
value.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  include/qemu/int128.h | 10 ++++++++++
  1 file changed, 10 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]