Expand description
Platform-specific SIMD configuration (compile-time constants)
Constants§
- HAS_
AVX2 - Check if AVX2 is available at compile time
- HAS_
AVX512 - Check if AVX-512 is available at compile time
- HAS_
NEON - Check if NEON is available at compile time
Functions§
- lane_
width_ f32 - Get the SIMD lane width for f32 operations
- lane_
width_ f64 - Get the SIMD lane width for f64 operations
- lane_
width_ u8 - Get the SIMD lane width for u8 operations
- preferred_
alignment - Get the preferred alignment for SIMD operations