Open
Description
The std::simd
module provides a safe, portable API for SIMD. Together with the multiversion
crate it allows for SIMD that works from a single source file on every platform, and entirely in safe code!
The drawback is that it is nightly-only, and still technically unstable despite not having changed in quite some time. It would be great to add support for it and expose this as an opt-in feature, e.g. nightly-portable-simd
. While the platform coverage of this crate is already outstanding, this would allow people on nightly channel to use an implementation with less unsafe code.
Metadata
Metadata
Assignees
Labels
No labels