[LLVMdev] ARM NEON intrinsics in clang

Renato Golin renato.golin at linaro.org
Thu Sep 26 10:07:01 PDT 2013


On 26 September 2013 17:52, Stanislav Manilov
<stanislav.manilov at gmail.com>wrote:

> To answer your question I am testing on a pandaboard currently, which has
> an arm cortex-a9 processor, which I think is 64-bit.
>

Cortex-A9 is still 32-bits, so you'll have all support you need. ;)


however it doesn't if I remove the -ffreestanding flag. I need to figure
> this out next.
>

Can you at least 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>


More information about the llvm-dev mailing list