ril
ril copied to clipboard
SIMD implementations
Hello all,
This is a PR that introduces performance increase to RIL by utilizing platform specific instructions (otherwise known as SIMD).
Blockers
- [ ] https://github.com/rust-lang/rust/issues/86656
What's the status of this?
What's the status of this?
Blocked by https://github.com/rust-lang/rust/issues/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.