-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
SSSE3 support #1038
Comments
Super-low priority, as android isn't really usable. But sure, why not? For reference, an example of adding an instruction: #837 |
also this will allow windows 10 support (external from copy.sh and win world) |
Nope, that would require the NX-Bit to be implemented |
oh. now i see that would be hard to implement |
Should this be closed now? Edit: misread, but Intel needs to make better names too |
This might be useful to make v86 run versions of Android-x86 above version 4.4-r5.
New instructions:
https://en.wikipedia.org/wiki/SSSE3#New_instructions
Documentation:
https://www.felixcloutier.com/x86/psignb:psignw:psignd
https://www.felixcloutier.com/x86/pabsb:pabsw:pabsd:pabsq
https://www.felixcloutier.com/x86/palignr
https://www.felixcloutier.com/x86/pmulhrsw
https://www.felixcloutier.com/x86/pmaddubsw
https://www.felixcloutier.com/x86/phsubw:phsubd
https://www.felixcloutier.com/x86/phsubsw
https://www.felixcloutier.com/x86/phaddw:phaddd
and finally...
https://www.felixcloutier.com/x86/phaddsw
The text was updated successfully, but these errors were encountered: