From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5rcx-0007ak-U6 for qemu-devel@nongnu.org; Wed, 22 Jan 2014 01:49:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5rcp-00073T-GU for qemu-devel@nongnu.org; Wed, 22 Jan 2014 01:49:31 -0500 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:55005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5rcp-00073P-91 for qemu-devel@nongnu.org; Wed, 22 Jan 2014 01:49:23 -0500 Received: by mail-pb0-f50.google.com with SMTP id rq2so9512027pbb.9 for ; Tue, 21 Jan 2014 22:49:22 -0800 (PST) Message-ID: <52DF69DB.2020601@gmail.com> Date: Wed, 22 Jan 2014 14:48:59 +0800 From: Xbing Wang 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> <52DF618A.6020401@twiddle.net> In-Reply-To: <52DF618A.6020401@twiddle.net> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Richard Henderson , 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 My fault. Forgot const static. :-) On 01/22/2014 02:13 PM, Richard Henderson wrote: > 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~ >