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

AVX128: Fixes some AVX bugs #4122

Merged
merged 2 commits into from
Oct 18, 2024
Merged

AVX128: Fixes some AVX bugs #4122

merged 2 commits into from
Oct 18, 2024

Conversation

Sonicadvance1
Copy link
Member

vblendvps, vblendvpd, vpblendvb all broke because of failing to zext the 128-bit register correctly.

vinsertps broke because it was accidentally using the wrong implementation.

Extends each of their unittests to handle these cases.

@Sonicadvance1 Sonicadvance1 changed the title AVX128: Fixes asome AVX bugs AVX128: Fixes some AVX bugs Oct 18, 2024
vblendvps, vblendvpd, vpblendvb all broke because of failing to zext the
128-bit register correctly.

vinsertps broke because it was accidentally using the wrong
implementation.

Extends each of their unittests to handle these cases.
@lioncash lioncash merged commit c4306f2 into FEX-Emu:main Oct 18, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the avx_fixes branch October 18, 2024 23:34
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.

3 participants