search for: a73bd7ee

Displaying 2 results from an estimated 2 matches for "a73bd7ee".

2008 Jul 20
0
[LLVMdev] Changing target features from C++
...ers? It seems best to always take advantage of features the cpu has if possible, and the JIT has perfect knowledge of what the host cpu has. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080720/a73bd7ee/attachment.html>
2008 Jul 20
3
[LLVMdev] Changing target features from C++
Hi Chris, I see. While hacking AutoDetectSubtargetFeatures() works for me for now, would it be useful to define an interface for X86Subtarget to change the features in a cleaner way? Would methods like disableSSEn()/enableSSEn() work or do you have another suggestion? I certainly want to avoid a situation where one module uses other settings than another module. Thanks, Nicolas