> I cannot find any documentation referring to a v3sf type, are there plans to > include it (or does it already exist) in a future version of gcc? I can > find docs for vec4f and vec2f. A lot of the vector support has been overhauled in GCC 3.5, but it is limited to vectors whose a number of elements is a power-of-two. Paolo