search for: 546e6d33

Displaying 2 results from an estimated 2 matches for "546e6d33".

2009 Oct 29
0
[LLVMdev] CPU feature control for JIT
...tosenses the current CPU and forces the features it detects, you can hack this by (e.g.) changing X86Subtarget::AutoDetectSubtargetFeatures. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091028/546e6d33/attachment.html>
2009 Oct 27
2
[LLVMdev] CPU feature control for JIT
Hi all, Is there a convenient way to control the instruction set extensions used for JIT compilation? In particular I'm looking at selecting the SSE level, for debugging and performance comparison purposes. There appear to be command-line options for Clang but I haven't figured out yet how to control them directly for JIT compilation. And obviously I don't want it to generate