Displaying 2 results from an estimated 2 matches for "449ec587".
2013 Oct 11
0
[LLVMdev] Building for a specific target, corei7
...suggestions, would be helpful.
Thanks,
--
Varun Agrawal
PhD Student
Computer Science, Stony Brook University
http://compas.cs.stonybrook.edu/~vagrawal/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131011/449ec587/attachment.html>
2013 Oct 11
2
[LLVMdev] Building for a specific target, corei7
Hi,
I am using the LLVM JIT infrastructure (MCJIT). I wanted to see if there are any performance gains as the compiler can detect the target CPU at runtime. But, I didn't see any improvement (I compile with -no-mmx and -no-sse).
I then tried an experiment, where I compiled the program with clang-3.3, with and without specifying the target cpu as "corei7". I was shocked to see that