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

SPU LLVM: AVX-512 optimization for CFLTU #14384

Merged
merged 1 commit into from Jul 29, 2023
Merged

Conversation

Whatcookie
Copy link
Member

  • Takes advantage of vrangeps and the new float to uint instructions from AVX-512
  • Down from 6 to 3 instructions
Before

image

After

image

- Takes advantage of vrangeps and the new float to uint instructions from AVX-512
- Down from 6 to 3 instructions
@elad335 elad335 added Optimization Optimizes existing code LLVM Related to LLVM instruction decoders labels Jul 29, 2023
@elad335 elad335 merged commit fd6829f into RPCS3:master Jul 29, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LLVM Related to LLVM instruction decoders Optimization Optimizes existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants