From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guJco-0001z1-72 for qemu-devel@nongnu.org; Thu, 14 Feb 2019 11:12:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guJcn-0007A6-LS for qemu-devel@nongnu.org; Thu, 14 Feb 2019 11:12:34 -0500 Received: from mail-ot1-x341.google.com ([2607:f8b0:4864:20::341]:41315) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guJcn-00079T-G6 for qemu-devel@nongnu.org; Thu, 14 Feb 2019 11:12:33 -0500 Received: by mail-ot1-x341.google.com with SMTP id u16so11350949otk.8 for ; Thu, 14 Feb 2019 08:12:33 -0800 (PST) MIME-Version: 1.0 References: <20190209033847.9014-1-richard.henderson@linaro.org> In-Reply-To: <20190209033847.9014-1-richard.henderson@linaro.org> From: Peter Maydell Date: Thu, 14 Feb 2019 16:12:20 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v3 00/12] target/arm: tcg vector cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On Sat, 9 Feb 2019 at 03:38, Richard Henderson wrote: > > Changes since v2: > * Fix some representational issues with FPSCR. > * Use host vector saturation for SQADD/UQADD. > This requires changing the internal representation of FPSR.QC. > * Fix a latent vector bug, noticed during the rest. > > Correct RISU results depend on Mark C-A's patch from today, > "tcg/i386: fix unsigned vector saturating arithmetic", > which will be in my next tcg pull. > Applied to target-arm.next, thanks. (That tcg fix is in master now.) -- PMM