[llvm-bugs] [Bug 46123] New: unsupported ARM NEON intrinsic in aarch32 for supported instructions

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 28 07:24:55 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=46123

            Bug ID: 46123
           Summary: unsupported ARM NEON intrinsic in aarch32 for
                    supported instructions
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: kimish.patel at gmail.com
                CC: blitzrakete at gmail.com, dgregor at apple.com,
                    erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at metafoo.co.uk

It seems that arm_neon.h that is shipped in android ndk r21 does not support
certain neon intrinsics in Aarch32 mode even though corresponding instruction
exist in ISA. The same ones are supported in Aarch64. I ran into the issue for
the following intrinsics (not sure if other intrinsics may have similar issue):
vcopyq_laneq_*
vsqrtq_
vdivq_

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200528/1491b16c/attachment-0001.html>


More information about the llvm-bugs mailing list