Module simd_optimizer

Module simd_optimizer 

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

SimdOptimizer
Trait for SIMD-accelerated optimizer operations

Functions§

should_use_simd
Helper function to determine if SIMD should be used based on array size