[LLVMdev] ARM Neon intrinsics supported by LLVM
Bob Wilson
bob.wilson at apple.com
Mon Nov 7 08:44:27 PST 2011
On Nov 7, 2011, at 1:04 AM, Seb wrote:
> Hi all,
>
> I was wondering how I can get a list of ARM NEON intrinsics supported by LLVM. Is there any documentation about them or IntrinsicARM.td file is the only resource I can use ?
LLVM implements the standard set of intrinsics defined by ARM. You can find them listed in ARM's documentation. See Appendix E of the RealView® Compilation Tools Compiler Reference Guide, which is available online. (I just googled for "arm neon intrinsics".)
>
> Thanks for your answers
> Best Regards
> Seb
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list