kvarn_async::prelude::compact_str::core::simd

Module prelude

source
🔬This is a nightly-only experimental API. (portable_simd)
Expand description

The portable SIMD prelude.

Includes important traits and types to be imported with a glob:

ⓘ
use std::simd::prelude::*;

Macros§

  • simd_swizzleExperimental
    Constructs a new SIMD vector by copying elements from selected elements in other vectors.

Structs§

  • MaskExperimental
    A SIMD vector mask for N elements of width specified by Element.
  • SimdExperimental
    A SIMD vector with the shape of [T; N] but the operations of T.

Traits§

  • SimdConstPtrExperimental
    Operations on SIMD vectors of constant pointers.
  • SimdFloatExperimental
    Operations on SIMD vectors of floats.
  • SimdIntExperimental
    Operations on SIMD vectors of signed integers.
  • SimdMutPtrExperimental
    Operations on SIMD vectors of mutable pointers.
  • SimdOrdExperimental
    Parallel Ord.
  • SimdPartialEqExperimental
    Parallel PartialEq.
  • SimdPartialOrdExperimental
    Parallel PartialOrd.
  • SimdUintExperimental
    Operations on SIMD vectors of unsign