Expand description
Memory-aligned SIMD operations for optimal performance
This module provides SIMD operations that work with properly aligned memory for maximum performance. These operations are designed to be faster than the general SIMD operations when you control the memory layout.
Structs§
- Aligned
Vec - A memory-aligned vector for optimal SIMD performance
Constants§
- SIMD_
ALIGNMENT - Memory alignment for SIMD operations (32 bytes for AVX2)
Functions§
- simd_
add_ aligned_ f32 - High-performance SIMD addition for aligned f32 vectors
- simd_
dot_ aligned_ f32 - High-performance SIMD dot product for aligned f32 vectors
- simd_
mul_ aligned_ f32 - High-performance SIMD multiplication for aligned f32 vectors