On 16 January 2012 16:41, Artur Skawina <art.08...@gmail.com> wrote: > On 01/15/12 23:34, Iain Buclaw wrote: > > * Merged in the work Walter has done for __vector type support. There > are now newly available GCC builtins for vector operations via gcc.builtins > module. > > Allowing !=128 bits wide types would be just a matter of removing the > frontend > restrictions, right? (i didn't look at the latest commits, maybe you > already did > that) > As the vector ops often will need to be wrapped, lack of cross module > function > inlining is a problem. >
No cross module function inlining? Really? This is a very serious problem... :/