Skip to content
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

OpcodeDispatcher: Implement support for SHA1MSG2 using SHA instructions #4367

Merged
merged 3 commits into from
Feb 19, 2025

Conversation

Sonicadvance1
Copy link
Member

Only saves a handful of instructions, but still an improvement.

   "sha1msg2 xmm0, xmm1": {
     -      "ExpectedInstructionCount": 11,
     +      "ExpectedInstructionCount": 7,

Only saves a handful of instructions, but still an improvement.

```
   "sha1msg2 xmm0, xmm1": {
     -      "ExpectedInstructionCount": 11,
     +      "ExpectedInstructionCount": 7,
```
@lioncash lioncash merged commit 34a274d into FEX-Emu:main Feb 19, 2025
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the sha1_msg2 branch February 19, 2025 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants