qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/8] target-arm: A64: Add integer ops from SIMD


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 6/8] target-arm: A64: Add integer ops from SIMD 3-same group
Date: Tue, 21 Jan 2014 19:53:46 +0000

On 21 January 2014 19:37, Richard Henderson <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]