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] = ... r~
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] = ... r~