Expand description
SIMD operation macros for reducing code duplication
This module provides macros to eliminate manual loop unrolling in SIMD code while maintaining optimal performance. The macros generate efficient vectorized operations with proper remainder handling and NaN safety.
ยงKey Benefits
- 50-70% reduction in repetitive SIMD code
- Consistent patterns across all SIMD operations
- Single source of truth for SIMD unrolling logic
- Guaranteed optimal performance with configurable parameters