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

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 28 14:16:16 PDT 2020


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

Eli Friedman <efriedma at quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |efriedma at quicinc.com

--- Comment #1 from Eli Friedman <efriedma at quicinc.com> ---
https://developer.arm.com/docs/ihi0073/latest says those intrinsics only exist
on 64-bit.  This is because the corresponding instructions don't actually exist
in the 32-bit ISA.

-- 
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/2b5c6a80/attachment.html>


More information about the llvm-bugs mailing list