-
Notifications
You must be signed in to change notification settings - Fork 10
SIMD implementations #10
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
base: main
Are you sure you want to change the base?
Conversation
jay3332
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Crypte's review
|
What's the status of this? |
Blocked by rust-lang/rust#86656. Portable SIMD is more optimized and less platform dependent than trying to create a custom solution. We might consider start implementing portable SIMD features under a nightly feature gate. |
Hello all,
This is a PR that introduces performance increase to RIL by utilizing platform specific instructions (otherwise known as SIMD).
Blockers