Expand description
SIMD optimizations for geometric algebra operations
This module provides vectorized implementations of critical geometric algebra operations using CPU SIMD instruction sets (AVX2, SSE) for maximum performance.
Structs§
- Aligned
Buffer - Memory-aligned buffer for SIMD operations
Functions§
- geometric_
product_ 3d_ sse2 - SIMD-optimized geometric product using SSE2 (fallback for older CPUs)
- select_
geometric_ product_ impl - CPU feature detection for optimal code path selection In std environments, uses runtime detection; in no_std, uses compile-time detection