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

Merge tests which verify floating points registers save/restore during context switch #130

Closed
wants to merge 7 commits into from

Conversation

cjhackillinois
Copy link
Collaborator

I added two units tests which utilize FP registers and context switch. This should allow code to use the GP registers or FP registers without an issue. Note, this code tests the use of the floating point registers (lower 64-bits) and not SIMD vector registers (upper 64-bits).

@janciesko janciesko self-assigned this May 17, 2023
@janciesko
Copy link
Collaborator

This PR includes file changes unrelated to the two unit test. These unrelated changes should be removed.

@janciesko janciesko self-requested a review May 19, 2023 17:02
Copy link
Collaborator

Choose a reason for hiding this comment

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

Unrelated changes

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

can you point to the unrelated changes?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Unrelated changes

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'll look at remove those changes next week.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

can you point to the unrelated changes?

@janciesko
Copy link
Collaborator

Any updates on this?

@cjhackillinois
Copy link
Collaborator Author

I switched laptops and needed to get my environment back up and working. Everything seems to work with -O3 and fast context.

@cjhackillinois
Copy link
Collaborator Author

cjhackillinois commented Jul 10, 2023

@janciesko still learning github here. I look at my repo (cjhackillinois:main) and it wants me to discard 7 commits before I can sync.

image

I assume I would lose my 2 new unit tests, so for now I'm now doing anything. What do you recommend?

@janciesko
Copy link
Collaborator

Closing in favor of #135

@janciesko janciesko closed this Jul 10, 2023
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

3 participants