Module utils

Module utils 

Source
Expand description

Utility functions for common batch conversions

Functionsยง

benchmark_conversion_methods
Benchmark different conversion methods
f32_to_f64_batch
Convert f32 slice to f64 with SIMD optimization
f64_to_f32_batch
Convert f64 slice to f32 with SIMD optimization
i32_to_f32_batch
Convert i32 slice to f32 with SIMD optimization
i64_to_f64_batch
Convert i64 slice to f64 with SIMD optimization