Re: [RFC] Updating PowerPC's overload vector table

2012-10-19 Thread Mike Stump
On Oct 19, 2012, at 2:27 PM, Michael Meissner wrote: > As I beging work on extensions for a potential future machine, I am running > into the overload table. I still like the built-in mechanism Kenny and I have Not perfect, but vastly better... If you wanted to help submitify it I be

Re: [RFC] Updating PowerPC's overload vector table

2012-10-19 Thread Segher Boessenkool
const struct altivec_builtin_types altivec_overloaded_builtins[] = { [big fat table constructed using many macros] Now, it bothers me that every time we do the overloaded builtins, we essentially have to scan the table in a linear fashion. I'm thinking that we may want to move these tables