From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5hOn-0006Rl-3r for qemu-devel@nongnu.org; Tue, 21 Jan 2014 14:54:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5hOi-00011e-40 for qemu-devel@nongnu.org; Tue, 21 Jan 2014 14:54:13 -0500 Received: from mail-lb0-f180.google.com ([209.85.217.180]:55579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5hOh-00011U-TO for qemu-devel@nongnu.org; Tue, 21 Jan 2014 14:54:08 -0500 Received: by mail-lb0-f180.google.com with SMTP id n15so6161371lbi.25 for ; Tue, 21 Jan 2014 11:54:06 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <52DECC87.9010503@twiddle.net> 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> From: Peter Maydell Date: Tue, 21 Jan 2014 19:53:46 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 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 Cc: Patch Tracking , Michael Matz , Alexander Graf , QEMU Developers , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 21 January 2014 19:37, Richard Henderson wrote: > On 01/17/2014 10:44 AM, Peter Maydell wrote: >> + NeonGenFn *ceqtstfns[3][2] = { > > You want all of these arrays to be static and const: > > static NeonGenFn * const ceqtstfns[3][2] = ... I confess I couldn't figure out the right place to put the 'const' to placate the compiler :-) thanks -- PMM