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: Vector types and type conversions



If you're interested in adding value for generic vectors, it may be interesting to consider element access operations. Being able to write things like:

 float X = V[1];
or
 V[2] = X;
That was on my todo list, but unfortunately I have little time for FSF work now and this would require me to use it to learn the front-ends. :-(

Paolo


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