This is the mail archive of the gcc@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: future status of generic vectors?


> What is our plan of action for generic vectors?  Will we support them,
> or will the be deprecated?  (I.e. Stuff like vector_size(blah_blah),
> on *any* target).

As I understand, they *will* be supported, but not through __attribute__
((mode (Vblah))), which will be only for non-generic vectors.  Vector modes
will die unless necessary in the machine descriptors, there will be vector
types that are lowered (e.g. to SImode or more likely BLKmode) before
tree->RTL expansion.

Paolo




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