Re: [PATCH][ARM] Fix arm_init_iwmmxt_builtins to handle only iwmmxt entries

2014-01-10 Thread Richard Earnshaw
On 09/01/14 17:34, Kyrill Tkachov wrote: > Hi all, > > After my CRC32 intrinsics patch that added new entries into the bdesc_2arg > table, the arm_init_iwmmxt_builtins function tries to iterate over them and > blows up, causing an ICE when trying to compile with -mcpu=iwmmxt. > > This patch fix

[PATCH][ARM] Fix arm_init_iwmmxt_builtins to handle only iwmmxt entries

2014-01-09 Thread Kyrill Tkachov
Hi all, After my CRC32 intrinsics patch that added new entries into the bdesc_2arg table, the arm_init_iwmmxt_builtins function tries to iterate over them and blows up, causing an ICE when trying to compile with -mcpu=iwmmxt. This patch fixes that by ignoring the non-iwmmxt entries in that ta