-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider making IA-32 build instead of SSE(1), and also making SSE2 build. #422
Comments
Great, let you ask also IA-8-8008. |
Generally I was not going to deal with SSE version today. |
To be honest, I don't have any working pre-SSE2 hardware. I mostly just see this as a why not since there's no performance difference. Maybe I will get around to an attempt in my fork whenever I start working on it idk. |
So you play with virtuals machines then. |
In my browser testing with New Moon, I found IA-32 and SSE(1) are the same in performance, and only SSE2 shows a noticeable performance increase. So I figure if IA-32 is doable, then it's worth a try to replace the SSE(1) build. Then there should also be a SSE2 build since it gives better performance.
If you want to see the results of my testing, they're here. https://board.eclipse.cx/viewtopic.php?t=669 I would also be willing to test Mypal if I got these versions too.
The text was updated successfully, but these errors were encountered: