• summary of NEON-intrinsics for ARMv8?
    Hello, is there a summery of NEON-instrinsics vor ARMv8 (specialy for AARCH64?) like this one ARM Information Center ? I only found a this pdf: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073a...
  • c-code example how to use neon ARMv8 intrinsics
    hello , can you share c-code examples how to use neon ARMv8 intrinsics ? mostly , I'm not sure , what results to expect.
  • Problem with Neon intrinsics
  • NEON intrinsics arguments
    Note: This was originally posted on 30th August 2011 at http://forums.arm.com I'm using the return value from an intrinsic as an argument for another one like below: int16x8_t final_vec = vorrq_s16(vandq_s16...
  • Any equivalent NEON instruction to SMULWy?
    Note: This was originally posted on 6th July 2013 at http://forums.arm.com Hi everybody, I'm currently working on 7x7 gaussian blur filter for NEON. And since everything bigger than 3x3 is hard to handle...