ril icon indicating copy to clipboard operation
ril copied to clipboard

SIMD implementations

Open asze17 opened this issue 2 years ago • 2 comments

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

asze17 avatar Dec 23 '22 06:12 asze17

What's the status of this?

Pandapip1 avatar Jun 05 '24 14:06 Pandapip1

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.

asze17 avatar Jun 23 '24 01:06 asze17