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

[AArch64] Optimize paired quantized stores. #2606

Merged

Conversation

Sonicadvance1
Copy link
Contributor

Uses {S,U}QXTN to saturate the value to the maximum sizes instead of manually clamping using FMIX + FMAX.

Also split out XTN to XTN and XTN2.
Uses {S,U}QXTN to saturate the value to the maximum sizes instead of manually clamping using FMIX + FMAX.
Sonicadvance1 added a commit that referenced this pull request Jun 15, 2015
[AArch64] Optimize paired quantized stores.
@Sonicadvance1 Sonicadvance1 merged commit 87b45de into dolphin-emu:master Jun 15, 2015
@Sonicadvance1 Sonicadvance1 deleted the aarch64_optimize_psq_st branch June 15, 2015 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant