Crate npsimd

source ·
Expand description

A non-portable SIMD library for Rust.

Unlike core::simd, the goal of this library is to provide an explicitly non-portable but high-level API to platform vectorization instructions. It focuses on expressiveness and type safety.

Modules§

  • intelx86 or x86-64
    SIMD on Intel.