I compiled clang 3.5 with tdm-gcc64 which is nice.
when I try to compile my simple code but it doesn't work. (just showing
32bit and 64bit pointer size.)
so I've found out this language comparability issue.
(http://clang.llvm.org/compatibility.html#vector_builtins)
builtins.py *.c *.h
it doesn't work like the document said.
here is the message.