numr 0.5.1

High-performance numerical computing with multi-backend GPU acceleration (CPU/CUDA/WebGPU)
Documentation
1
2
3
4
5
6
//! x86-64 SIMD implementations for binary operations

pub mod avx2;
pub mod avx2_int;
pub mod avx512;
pub mod avx512_int;