Displaying 2 results from an estimated 2 matches for "659d5723".
2013 Sep 26
0
[LLVMdev] ARM NEON intrinsics in clang
...t assemble the file to .s? You won't be able to compile
Tim's example to executable because you don't have a main in there.
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130926/659d5723/attachment.html>
2013 Sep 26
2
[LLVMdev] ARM NEON intrinsics in clang
Hello Renato,
It turned out I just didn't do the cross-compilation correctly, and Tim
Northover already pointed me to a guide you have written on it (
http://clang.llvm.org/docs/CrossCompilation.html), so I will read that
before continuing with my efforts.
To answer your question I am testing on a pandaboard currently, which has
an arm cortex-a9 processor, which I think is 64-bit.
I am much