qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/5] tcg: Split CONFIG_ATOMIC128


From: Emilio G. Cota
Subject: Re: [Qemu-devel] [PATCH v2 1/5] tcg: Split CONFIG_ATOMIC128
Date: Tue, 21 Aug 2018 17:30:23 -0400
User-agent: Mutt/1.9.4 (2018-02-28)

On Tue, Aug 21, 2018 at 07:27:00 -0700, Richard Henderson wrote:
(snip)
> +++ b/accel/tcg/atomic_template.h
(snip)
> +#else
> +/* Fallback definitions that must be optimized away, or error.  */
> +Int128 __attribute__((error("unsupported atomic")))
> +    atomic16_read(Int128 *ptr);
> +Int128 __attribute__((error("unsupported atomic")))
> +    atomic16_set(Int128 *ptr, Int128 val);

void return type.

Other than that,

Reviewed-by: Emilio G. Cota <address@hidden>



reply via email to

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