http://llvm.org/bugs/show_bug.cgi?id=5037

           Summary: arm_neon.h float32_t is not compatible with float
           Product: new-bugs
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: major
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3549)
 --> (http://llvm.org/bugs/attachment.cgi?id=3549)
I think this repros the problem

Assignments from float* to float32_t* cause errors with llvm-gcc, but work with
GCC 4.4+VFP, FSF GCC trunk, and ARMCC.

float32_t requires special mangling per the ABI.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to