This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 2/6] scalar-storage-order merge: C front-end


> A very cursory glance at the patch set but should we restrict this
> attribute to apply only to scalar types rather than allow them on vector
> extensions.  I haven't had enough coffee this morning but a first
> thought is that if it does apply on vector type extensions, clarifying
> the lane ordering up front would be helpful especially as we now allow
> indexing into short vectors.

That's reasonable, and the name would sort of imply it, although the current 
implementation doesn't do that (but wasn't really tested with vector types).

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]