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

Added helper methods to make fptan for Math.Tan work. #58

Merged
merged 2 commits into from
Apr 2, 2022

Conversation

jwoff78
Copy link
Contributor

@jwoff78 jwoff78 commented Apr 2, 2022

No description provided.

quajak
quajak previously approved these changes Apr 2, 2022
@@ -44,6 +44,35 @@ public static void FloatStoreAndPop(XSRegisters.Register32 register, bool isIndi
};
}

public static void FloatStoreAndPop(XSRegisters.RegisterFPU register, bool isIndirect = false, int? displacement = null, XSRegisters.RegisterSize? size = null)
Copy link
Member

Choose a reason for hiding this comment

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

Is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was needed for testing but It's not needed anymore sorry about that, I forgot. I'll go remove it.

@quajak quajak merged commit f052d12 into CosmosOS:master Apr 2, 2022
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.

None yet

2 participants