Crate lav

source ·
Expand description

Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait.

NOTE: This crate requires nightly Rust.

Features

This example uses SIMD generically over floating-point types while hiding it from the user.

Modules

  • Portably SIMD-optimized 3D rotator implementation generic over lane type f32 and f64.

Macros

  • Constructs vector by copying lanes from selected lanes of one or two input vectors.

Traits