[LLVMbugs] [Bug 17555] New: Clang does not define __ARM_ARCH_EXT_IDIV__ for cortex-a15

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 11 13:20:12 PDT 2013


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

            Bug ID: 17555
           Summary: Clang does not define __ARM_ARCH_EXT_IDIV__ for
                    cortex-a15
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: srhines at google.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Clang should be defining __ARM_ARCH_EXT_IDIV__ to enable hardware division on
ARM cortex-a15 processors. Without this define, compiler-rt cannot be used to
generate sdiv/udiv instructions. The current version of compiler-rt actually
predicates hardware division on an APPLE-only macro for V7S (which is only for
their Swift part).

-- 
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/20131011/29282b3e/attachment.html>


More information about the llvm-bugs mailing list