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

Renato Golin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #7 from Renato Golin <[email protected]> ---
The difference in performance between GCC and Clang is that Clang defaults to
Cortex-A8 and doesn't do all the optimizations that A9 allows. If I specify
-mcpu=cortex-a9 on the command line, the performances are statistically
identical.

-- 
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