search for: 00fbb194

Displaying 3 results from an estimated 3 matches for "00fbb194".

2010 Dec 15
0
[LLVMdev] example of language with vector as first class type
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 how that should be done on llvm? Any GCC-compatible frontend — i.e. llvm-gcc, clang, or dragonegg — has vectors as a first-class type. I wouldn't exactly laud any of GCC's various vector extensions as
2010 Dec 15
2
[LLVMdev] example of language with vector as first class type
...anguage design, but if > you're just looking for demonstrations of how to generate vector IR, that's > where I'd start. > > John. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101215/00fbb194/attachment.html>
2010 Dec 15
4
[LLVMdev] example of language with vector as first class type
Hi All 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 how that should be done on llvm? Thanks Leon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101215/92febead/attachment.html>