Expand description
Arithmetic operations with SIMD acceleration
This module provides optimized implementations of arithmetic operations. Currently includes scalar multiplication, with more operations to be added.
Functionsยง
- linspace_
f32 - SIMD accelerated linspace function for f32 values
- linspace_
f64 - SIMD accelerated linspace function for f64 values
- simd_
scalar_ mul_ f32 - simd_
scalar_ mul_ f64 - Apply scalar multiplication to an f64 array using unified SIMD operations