On Thu, Jul 28, 2016 at 8:36 AM, Jeffrey Walton noloader@gmail.com wrote:
I'm having trouble finding vreinterpretq_u64_p128 (and friends) to help convert a polynomial. I can't find it in arm_neon.h or arm_acle.h:
An RPI-3 with ARMv8/Aarch32 and GCC 4.9.2 has it in arm_neon.h:
Yes, these *p128* intrinsics are missing from the aarch64 port. I'd suggest filing a bug report.
Jim