ARM Neon intrinsics supported by LLVM

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 ?

Thanks for your answers
Best Regards
Seb

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".)

Hi,

Just as a followup from this, URL is here: Documentation – Arm Developer

Cheers!

James