|
From: | Richard Henderson |
Subject: | Re: [PATCH 3/4] tcg/ppc: Optimize memory ordering generation with lwsync |
Date: | Thu, 19 May 2022 08:30:55 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 |
On 5/19/22 06:59, Nicholas Piggin wrote:
lwsync orders more than just LD_LD, importantly it matches x86 and s390 default memory ordering. Signed-off-by: Nicholas Piggin<npiggin@gmail.com> --- tcg/ppc/tcg-target.c.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |