Expand description
SIMD-accelerated optimizer operations
This module provides SIMD-optimized implementations of common optimizer operations using scirs2_core’s SimdUnifiedOps infrastructure.
The module automatically selects the best SIMD backend available on the target platform (AVX2, SSE, NEON, or scalar fallback).
Traits§
- Simd
Optimizer - Trait for SIMD-accelerated optimizer operations
Functions§
- should_
use_ simd - Helper function to determine if SIMD should be used based on array size