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

Port rounding of some x87 instructions from Box86 #2242

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

Hagb
Copy link
Contributor

@Hagb Hagb commented Jan 8, 2025

Ported from ptitSeb/box86#951. The original pull request and this one also contain some improvements on precision of F2XM1 and FYL2XP1.

(Resolve #2237)

Ported from ptitSeb/box86#951. The original pull
request and this commit also contain some improvements on precision of
`F2XM1` and `FYL2XP1`.
@Hagb
Copy link
Contributor Author

Hagb commented Jan 8, 2025

I think the test case should cover more instructions. I'd like to improve it and submit via a separate PR when I get time.

CMakeLists.txt Outdated Show resolved Hide resolved
They have been implemented on dynarec only for ARM64.
@ptitSeb ptitSeb merged commit 653a67c into ptitSeb:main Jan 8, 2025
27 checks passed
@ptitSeb
Copy link
Owner

ptitSeb commented Jan 8, 2025

Thank you

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.

Port the PR "Fix rounding of some x87 instructions" from Box86 to Box64
2 participants