03-17-2016, 06:24 PM -
I guess SSE3.1 intrinsics are used in PPU/SPU interpreters/recompiler. If you have time you can try to replace them there.
PPULLVM Recompiler mostly uses SSE intrinsic for the vector opcode. I don't know if it's helpful there since LLVM should be able to replace combinaison of opcode to intrinsic when possible (for instance a > b ? a : b is detected and replaced by native max instruction).
PPULLVM Recompiler mostly uses SSE intrinsic for the vector opcode. I don't know if it's helpful there since LLVM should be able to replace combinaison of opcode to intrinsic when possible (for instance a > b ? a : b is detected and replaced by native max instruction).