search for: enablemmx

Displaying 4 results from an estimated 4 matches for "enablemmx".

Did you mean: enablemd5
2011 Oct 20
4
[LLVMdev] Lowering to MMX
...t revision 115243 removes the MMX lowering rules, but I don't know if the rest of LLVM 3.0 would still support them if I simply reverted them. Please note that I'm not an LLVM expert and I'd prefer not having to maintain local changes. Would there be any objection to having an 'EnableMMX' flag (false by default)? 3) I believe all MMX instructions are available as intrinsics now? That would allow me to replace all straight LLVM operations with intrinsics. I'm just wondering what the downsides of that would be? I assume I won't get any benefits from instruction combini...
2011 Oct 25
0
[LLVMdev] Lowering to MMX
...emoves the MMX lowering rules, but I don't know if the > rest of LLVM 3.0 would still support them if I simply reverted them. > Please note that I'm not an LLVM expert and I'd prefer not having to > maintain local changes. Would there be any objection to having an > 'EnableMMX' flag (false by default)? Having the EnableMMX flag is not an option. And the changes are significant, so you wouldn't be able to re-enable the MMX stuff without a major overhaul of the system. > 3) I believe all MMX instructions are available as intrinsics now? That > would allow...
2011 Oct 25
0
[LLVMdev] Lowering to MMX
...43 removes the MMX lowering rules, but I don't know if the > rest of LLVM 3.0 would still support them if I simply reverted them. > Please note that I'm not an LLVM expert and I'd prefer not having to > maintain local changes. Would there be any objection to having an > 'EnableMMX' flag (false by default)? > 3) I believe all MMX instructions are available as intrinsics now? That > would allow me to replace all straight LLVM operations with intrinsics. > I'm just wondering what the downsides of that would be? I assume I won't > get any benefits from in...
2011 Oct 26
2
[LLVMdev] Lowering to MMX
...MX lowering rules, but I don't know if the >> rest of LLVM 3.0 would still support them if I simply reverted them. >> Please note that I'm not an LLVM expert and I'd prefer not having to >> maintain local changes. Would there be any objection to having an >> 'EnableMMX' flag (false by default)? > Having the EnableMMX flag is not an option. And the changes are significant, so you wouldn't be able to re-enable the MMX stuff without a major overhaul of the system. Ok, thanks for confirming that this would be too complex. >> 3) I believe all MMX inst...