Skip to content

SIMD on AArch64 is now available on stable Rust #46

Closed
@Shnatsel

Description

@Shnatsel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions