From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5r4L-0006UT-7Y for qemu-devel@nongnu.org; Wed, 22 Jan 2014 01:13:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5r4C-0005Me-Mw for qemu-devel@nongnu.org; Wed, 22 Jan 2014 01:13:45 -0500 Received: from mail-qa0-x235.google.com ([2607:f8b0:400d:c00::235]:46656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5r4C-0005M3-I9 for qemu-devel@nongnu.org; Wed, 22 Jan 2014 01:13:36 -0500 Received: by mail-qa0-f53.google.com with SMTP id cm18so7601387qab.40 for ; Tue, 21 Jan 2014 22:13:36 -0800 (PST) Sender: Richard Henderson Message-ID: <52DF618A.6020401@twiddle.net> Date: Tue, 21 Jan 2014 22:13:30 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1389984257-6822-1-git-send-email-peter.maydell@linaro.org> <1389984257-6822-7-git-send-email-peter.maydell@linaro.org> <52DECC87.9010503@twiddle.net> <52DF502F.8090903@gmail.com> In-Reply-To: <52DF502F.8090903@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/8] target-arm: A64: Add integer ops from SIMD 3-same group List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xbing Wang , Peter Maydell Cc: Laurent Desnogues , Patch Tracking , Michael Matz , QEMU Developers , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 01/21/2014 08:59 PM, Xbing Wang wrote: > Making them static makes this function NOT thread-safe Huh? Why in the world would you say that? They're read-only. r~