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

x87StackOptimizationPass: Minor opt to f80 fchs and fabs #4253

Merged
merged 2 commits into from
Jan 4, 2025

Conversation

Sonicadvance1
Copy link
Member

It's faster to load the f80 sign mask from our named vector constants
than synthesizing the values. Changes a 4 instruction sequence to
synthesize to be 1 load.

It's faster to load the f80 sign mask from our named vector constants
than synthesizing the values. Changes a 4 instruction sequence to
synthesize to be 1 load.
Copy link
Collaborator

@alyssarosenzweig alyssarosenzweig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, why not? 📦

@pmatos
Copy link
Collaborator

pmatos commented Jan 4, 2025

lgtm here as well. nice little opt! :)

Copy link
Contributor

@lioncash lioncash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@lioncash lioncash merged commit f51812a into FEX-Emu:main Jan 4, 2025
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the minor_f80_opt branch January 4, 2025 18:04
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.

4 participants