future status of generic vectors?
Paolo Bonzini
bonzini@gnu.org
Mon Apr 19 09:15:00 GMT 2004
> 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
More information about the Gcc
mailing list