Tracking Issue for NEON intrinsics · Issue #90972 · rust-lang/rust (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@Amanieu

Description

@Amanieu

Feature gate: #![feature(neon_intrinsics)]

This is a tracking issue for NEON SIMD intrinsics on ARM and AArch64. These intrinsics can be found in the std::arch::arm and std::arch::aarch64 modules.

Public API

The NEON intrinsics that are covered by this tracking issue consist of all the ARM/AArch64 intrinsics in those modules that start with the letter v. These are checked against the equivalent Clang intrinsics using automated verifiers.

Unresolved Questions