search for: b57c6d06

Displaying 3 results from an estimated 3 matches for "b57c6d06".

2010 Dec 15
0
[LLVMdev] example of language with vector as first class type
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++
2010 Dec 15
1
[LLVMdev] example of language with vector as first class type
...a generally small, fixed-size > tuple of integer or floating-point element type. I don't mean the C++ > resizable-array type. > > John. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101215/b57c6d06/attachment.html>
2010 Dec 15
2
[LLVMdev] example of language with vector as first class type
When you say vector in GCC, do you mean vector in the mathematical sense or the low level array sense? Leon On Wed, Dec 15, 2010 at 11:06 AM, John McCall <rjmccall at apple.com> wrote: > On Dec 15, 2010, at 8:37 AM, Leon Sit wrote: > > Does anyone know any example compiler where it has vector/matrix as first > class type like matlab using llvm? If not, does anyone have idea