Displaying 2 results from an estimated 2 matches for "35ad3414".
2008 Jul 20
0
[LLVMdev] Changing target features from C++
On Jul 20, 2008, at 2:59 AM, Nicolas Capens wrote:
> 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
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