Module simd

Module simd 

Source
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§

AlignedBuffer
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