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

unittests/ASM: Adds missing unaligned atomic tests #4119

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

Sonicadvance1
Copy link
Member

Fixes #2670

Walked through all the unaligned atomic tests to find which ones were missing. Turns out it was only ADC, NEG, NOT, and SBB.

Fixes FEX-Emu#2670

Walked through all the unaligned atomic tests to find which ones were
missing. Turns out it was only ADC, NEG, NOT, and SBB.
@lioncash lioncash merged commit b5b34df into FEX-Emu:main Oct 15, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the unaligned_lock branch October 15, 2024 16:16
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.

Ensure all lock instructions test across cacheline
2 participants