alpha blending

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Re: alpha blending

Post by BrightLight »

szhou42 wrote:Does SSE works on emulators like QEMU and BOCHS ? I tried them before and didn't see much improvement.
QEMU and Bochs both support SSE. On QEMU, using SSE gives you a great performance improvement. On Bochs, which doesn't properly emulate the time it takes to execute each instruction, you won't notice much difference with SSE unless you use clock synchronization method "both" or "realtime".
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Post Reply