search for: 0f2bffa2

Displaying 2 results from an estimated 2 matches for "0f2bffa2".

Did you mean: 0f2b58a2
2008 Jul 18
2
[LLVMdev] Changing target features from C++
Hi all, How do I properly/conveniently change ISA features of the code to be generated? For instance I have a Core 2 Duo with SSSE3 but I'd also like to test whether everything would JIT compile correctly on something with just SSE2 (a Pentium 4) or even older. In other words, how do I prevent LLVM from using certain target features? Thanks, Nicolas Capens -------------- next part
2008 Jul 18
0
[LLVMdev] Changing target features from C++
...res? > The JIT defaults to using whatever it can. You can hack X86Subtarget::AutoDetectSubtargetFeatures() to disable specific features. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080718/0f2bffa2/attachment.html>