Module math_utils

Module math_utils 

Source
Expand description

Mathematical utility functions with SIMD acceleration

This module provides common mathematical operations optimized with SIMD when available, with automatic fallback to scalar implementations.

Functionsยง

abs_f32
Compute absolute values of array elements (f32, SIMD-accelerated)
abs_f64
Compute absolute values of array elements (f64, SIMD-accelerated)
sign_f32
Compute sign of array elements (f32, SIMD-accelerated)
sign_f64
Compute sign of array elements (f64, SIMD-accelerated)