[LLVMbugs] [Bug 5037] New: arm_neon.h float32_t is not compatible with float

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Sep 23 15:23:44 PDT 2009


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: unassignedbugs at nondot.org
        ReportedBy: deeppatel1987 at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list