Closed
Description
The README states:
Skia also supports ARM NEON instructions, which are unavailable in a stable Rust at the moment. Therefore a fallback scalar implementation will be used instead on ARM and other non-x86 targets. So if you're targeting ARM, you better stick with Skia.
However, Rust now supports AArch64 SIMD intrinsics on stable starting with v1.59; see rust-lang/stdarch#1266 for details.
Note that documentation still displays the intrinsics as unstable due to a rustdoc bug: rust-lang/stdarch#1268
Metadata
Metadata
Assignees
Labels
No labels