Skip to main content

Module wide

Module wide 

Source
Available on crate feature simd and (x86 or x86-64) only.
Expand description

Cross-platform SIMD implementations via the wide crate

This module provides vector types using the wide library, which provides portable SIMD operations with fallback to scalar implementations.

Types:

  • F32x4, F32x8 for f32
  • F64x2, F64x4 for f64

Structs§

F32x4
SIMD vector of 4 f32 elements
F32x8
SIMD vector of 8 f32 elements
F64x2
SIMD vector of 2 f64 elements
F64x4
SIMD vector of 4 f64 elements