[LLVMdev] example of language with vector as first class type

John McCall rjmccall at apple.com
Wed Dec 15 09:18:14 PST 2010


On Dec 15, 2010, at 9:08 AM, Leon Sit wrote:
> When you say vector in GCC, do you mean vector in the mathematical sense or the low level array sense?

In the approximately mathematical sense of "the sort of object manipulated by a processor with vector extensions", i.e. a generally small, fixed-size tuple of integer or floating-point element type.  I don't mean the C++ resizable-array type.

John.



More information about the llvm-dev mailing list